@charset "UTF-8";
/* CSS Document */

#flow #contentContainer .boxBody {
	padding: 30px 25px;
}
#flow #contentContainer .boxBody .step {
	padding: 2em 0px 3em 60px;
	border-top: 1px solid #CCC;
}

#flow #contentContainer .boxBody .firstChild {
	padding: 0 0px 3em 5em;
	border-top: none;
}
#flow #contentContainer .boxBody .step h3 {
	position: relative;
	margin-bottom: 0.8em;
	font-size: 120%;
}
#flow #contentContainer .boxBody .step .icon {
	display: block;
	position: absolute;
	left: -60px;
	width: 40px;
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	line-height: 36px;
	color: #77bb00;
}

#flow #contentContainer .boxBody p {
	margin-bottom: 1em;
}

table.faq {
	margin: 15px 0px;
}