/* These are the basic font size and color styles */
.oatmeal_start_link a{
	font-size:16px;
	font-weight:bold;
	color:#FF0000
}

.oatmeal_question{
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
}

.oatmeal_end_text{
	border: 1px solid;
    font-size: 14px;
    font-weight: bold;
    padding: 25px;
    text-align: center;
}

.oatmeal_score_text{	
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}


.oatmeal_reamining_questions{
	margin-top:10px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	color:#FF0000;
}

.oatmeal_end_share{
	margin-top:15px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#FF0000;
}

.oatmeal_end_share a{
	margin-top:10px;	
}

.oatmeal_end_share img{
	float:none;
}

.oatmeal_html_snippet{
	margin-top:15px;
	font-size:12px;
	color:inherit;	
}

/* Do not edit below unless you know what you are doing. you can mess up the display of the questions */

.oatmeal_quiz_holder{
	width:100%;
	padding:10px;
	text-align:center;
}

ul.oatmeal_questions{
	list-style:none;
	text-align:left;
	margin:15px 0px 15px 0px;
	padding:0px;
}

ul.oatmeal_questions li{
	list-style:none;
	display:none;
}

.oatmeal_start_link{	
	text-align:center;
}

ul.oatmeal_answers{
	display:block;
}

ul.oatmeal_answers li{
	display:block;
	margin-bottom:10px
}

.oatmeal_question_media{
	text-align:center;
	margin-bottom:10px;
}

.oatmeal_question_media img{
	float:none;
}