@charset "utf-8";
/* CSS Document */

.grade {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.question {
	font-weight: bold;
	line-height: 1.5em;
}
.reference {
	font-style: italic;
	color: #996633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: .8em;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.answer    {
	color: #333333;
}
.incorrect_answer {
	color: #C7211A;
	line-height: 20px;
	background-image: url(../images/standalone/delete.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.missed_answer {
	color: #FF9900;
	line-height: 20px;
	background-image: url(../images/standalone/warning.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
.correct_answer {
	color: #0066CC;
	line-height: 20px;
	background-image: url(../images/standalone/accept.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.answer input {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
}
input {
	margin: 5px;
}
.correct {
	color: #009900;
}
.incorrect {
	color: #CC0000;
}
