@CHARSET "UTF-8";
#preview div.checked-box {
	background-color: #499abb;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

div.halfSection {
	width: 50%;
	float: left;
}
div.halfSection:last-of-type:after {
	clear: both;
}
div.halfSection .buttonWhite {
	width: 90%;
	margin: 20px 5%;
}
aside {
	overflow: hidden;
}
a.buttonWhite.checked {
	border-color: #ccc;
	background-color: #eee;
}
.sectionBlock:nth-of-type(odd) a.buttonWhite.checked {
	border-color: #3889aa;
}
@media screen and (min-width : 481px){
	div.submit {
		width: 400px;
		margin: 0px auto 20px;
	}
}