/* quiz styles */
/*.wzQuiz {
	overflow: hidden;
}*/

.quizIntro {
	margin-top: 15px;
	margin-bottom: 15px;
}

.quizQuestion ul.options{
  margin-bottom:20px;
}

.quizQuestion h4{
	margin-top:10px;
	margin-bottom:10px;
}

.quizQuestion ul.options li {
	/* display: inline; 
	margin-right: 0.5em; */
    /*white-space: nowrap;*//* Would use nowrap if it did not break in IE. */
  margin-bottom:5px;
  padding-bottom:5px;
}


.quizQuestion ul.options li.withMedia {
	border-bottom:1px dotted #C9C9C9;
}

.quizContestSubscription, .quizContestIntro {
	font-weight: bold;
	margin-bottom: 10px;
}

.quizResult
{
margin-top:10px;
margin-bottom:10px;
}

.quizResult div.resolutionElement
{
	margin: 0 auto;
	padding: 10px;
	text-align:center;
}

.quizResult p.thanks, p.resolution {
	font-weight: bold;
	margin-bottom: 1em;
}