#quizshow {
  width: 384px;
  height: 700px;
}
	#quizshow ol {
		margin: 8px 0px 8px 20px;
	}
	#quizshow ol li {
		margin: 8px 0px 8px 10px;
	}
		#quizshow ol li a:link {
			color: black;
			text-decoration: none;
		}
		#quizshow ol li a:visited {
			color: black;
			text-decoration: none;
		}
		#quizshow ol li a:hover {
			color: black;
			text-decoration: underline;
		}
#qz_showmetheintro { 
  display:none;
}
#qz_showmetheend {
  display:none;
}
.qz_heading {
	font-weight: bold;
	line-height: 22px;
}
.qz_correctheading {
	color: #98CC62;
	font-weight: bold;
	
}
.qz_incorrectheading {
	color: #98CC62;
	font-weight: bold;
}
.qz_correctanswer {
	margin: 5px 0px;
	font-weight: bold;
}
.qz_suggestion {
	margin: 5px 0px;
	line-height: 22px;
}
.qz_qlink {
	margin-top :10px;
}
