
html, body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5em;
}

#container {
	width: 800px;
	margin: 0 auto 0 auto;
}

.indent {
	margin-left: 65px;
	clear: none;
}
.icon {
	float: left;
	clear: left;
}
.question {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #388e3c;
	padding: 10px ;
}
.answer {
}
.separator {
	clear: both;
}
