#left-col > div
{
	width: 22rem;
	margin-bottom: 1.2rem;
	padding: 0.2rem 1rem;
	cursor: help;
	background: white;
	background: linear-gradient(to left, white 50%, #6287acee 50%) right;
	background-size: 200%;
	transition: 0.4s ease-out;
}

#left-col > div:hover
{
	background-position: left;
	transition: 0.4s ease-out;
}


.left
{
	text-align: left;
}

#flowchart
{
	width: 100%;
	margin-bottom: 1em;
}
