@charset "utf-8";
body {
	font-family:		Arial, sans-serif;
	font-size:			11px;
}
h2 {
	margin-top:			30px;
}
.question_table {
	width:				100%;
}
.question {
	padding-top:		20px;
	font-weight:		normal;
}

/* Container div for the response_divs */
#results {
	margin-top:			15px;
}

/* Response display divs */
.response_div {
	display:			none;
}
.response_div p {
	display:			none;
}
.response_div_overall {
	display:			none;
}
