.quiz {
	font-family:Arial,Helvetica;
	border: 0px solid;
	border-color: #000000;
	/* background-color: #FFEDDD; */
	margin: 10px;
	padding: 10px;
}

.quiz, .quiz TD {
	font-size: 12px;
}

.quiz LI {
	margin-bottom: 8px;
}

.quiz-title {
	font-size:15px;
	padding:0px;
	margin:0px;
	color:#434978;
	font-weight: bold;
}

.x {
	font-size: 16px;
	font-weight: bold;
}

.quiz-description {
	font-weight: bold;
	margin-bottom: 20px;
}

.question-text-normal, .question-text-finished, .question-text-highlight {
	font-size: 14px;
	font-weight: bold;
}

.question-text-normal {
}

.question-text-highlight {
}

.question-text-finished {
	color: #AAAAAA;
}

.answer-text-normal {
	color: black;
}

.answer-text-wrong {
	color: red;
}

.answer-text-right {
	color: green;
}

.answers-block {
}

.answers-block-table {
	margin-left: 32px;
	margin-top: 8px;
}

.answers-block-row {
	vertical-align: middle;
	height: 32;
}

.answer-comment {
	border: 1px solid;
	background-color: white;
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 0px 4px;
}

.grading-details {
	margin-top: 8px;
}

.result-title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
}

.result-teaser {
	font-weight: bold;
	margin-top: 8px;
}

.result-text {
	font-style: normal;
	margin-top: 8px;
}

