.question {
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.answerEven {
	background-color: #ffebc9;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.answerOdd {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.answerEven input, .answerOdd input {
	margin-right: 5px;
}
.submitButton {
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}
