.quiz {
	border: 0;
	margin: 0;
	background: #eff0f1;
	padding: 10px 10px 10px 5px;
}

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

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

.quiz div.submitrow {
	margin-left: 33px;
}

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

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

.question-text-normal {
	
}

.question-text-highlight {
	
}

.question-text-finished {
	color: #5b5c60;
}

.answer-text-input {
	width: 90%;
}

.answer-text-normal {
	margin-right: 4px;
	color: #5b5c60;
}

.answer-text-wrong {
	margin-right: 4px;
	color: #ff0000;
}

.answer-text-right {
	margin-right: 4px;
	color: #008000;
}

.answers-block {
	margin-bottom: 16px;
}

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

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

.answers-block-row input {
	border-color: #ffffff;
}

.answers-block-row textarea {
	width: 455px;
	height: 220px;
}

.answer-comment {
	border: 1px solid;
	background-color: #ffffff;
	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;
}
