@import url("base.css");

h2 { margin-top: 3em; }

#content #intro
{
	font-size: 120%;
	text-align: center;
}

#features { margin-right: 50px; }
#features li { margin-bottom: 0.5em; }

#auto-level-steps
{
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#auto-level-steps li
{
	float: left;
	font-size: 80%;
	margin: 0 15px 0 0;
	padding: 0;
	width: 225px;
	height: 200px;
}

#auto-level-steps img
{
	float: left;
	margin: 0 0.5em 0 0;
}

#auto-level-steps .step
{
	font-size: 110%;
	font-weight: bold;
}