/* Survey table */

table.survey {
	margin-top: 0em;
}

table.survey th {
	background-color: white;
	color: rgb(46,130,255);
	text-align: left;
	font-weight: bold;
	padding: 1em 0em 0.5em;
}

table.survey td.cbox {
	text-align: center;
	background-color: rgb(227,229,255);
	width: 5%;
	padding: 2px;
}

table.survey td.answer {
	text-align: left;
	background-color: rgb(227,229,255);
	width: 45%;
	padding: 2px;
}
