.quizzin-question {
	background-color:#501409;
	padding:18px;
	margin-top:20px;
	color:#ffffff;
	display:none;
}

.quizzin-question input {
	margin-right:7px;
}

#action-button {
	background-color:#da1212;
	border:1px solid #a10c13;
	width:120px;
	height:32px;
	padding: 8px 15px;
	color:#ffffff;
	font-weight:bold;
	display:none;
}

form.quiz-form {
	text-align:left;
}

.single-page-quiz .quizzin-question, .single-page-quiz #action-button {
	display:block;
}
.single-page-quiz #next-question {
	display:none;
}
.question-content {
	font-size:18px;
	font-weight:bold;
}

.show-question-content {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.answer span {
	padding-right:20px;
	margin-left:0;
	font-size:15px;
	color:#ff8f8f;
	line-height:20px;
}
.user-answer span {
	font-weight:bold;
	background:url(wrong.png) no-repeat right top;
}
.correct-answer span {
	background:url(correct.png) no-repeat right top;
	margin-left:0;
	padding-left:0;
	font-weight:bold;
	color:#ffffff;
}

.unanswered {
	margin-left:5px;
}

.answer-box {
	background-color:#501409;
	padding:15px;
	color:#ffffff;
}

.answer-box p {
	color:#ffffff;
}

quiz-area {
	margin-left:0px;
	padding-left:0px;
}
