 .quiz {
	 margin: 0 auto;
}
 .quiz ul {
	 list-style: none;
	 padding: 5px;
	 margin: 0;
}

.quiz ol>li {
	line-height: 24px !important;
}

 .quiz-question {
	 font-weight: bold;
	 display: block;
	 padding: 10px 0 10px 0;
	 margin: 0;
}
 .quiz-answer {
	 margin: 0;
	 padding: 5px;
	 margin-bottom: 5px;
	 cursor: pointer;
}
 .quiz-answer:hover {
	 background: #eee;
}
 .quiz-answer:before {
     text-align: center;
     border-radius: 5px;
	 content: attr(data-content);
	 display: inline-block;
	 width: 25px;
	 height: 27px;
     color:#2F4F4F;
	 border: 1px solid #ccc;
	 background: #fff;
	 vertical-align: middle;
	 margin-right: 10px;
}
 .quiz-answer.active:before {
	 background-color: black;
	 border:2px solid #28a745 ;
     color:white;
}

.correct_ans:before {
	 background-color: red;
	 border-color: red;
}
.correct_ans {
    color: black;
}
.correct:after {
     content: 'Correct';
     text-align: right;
     color:#015d46;
     font-weight: bold;
     float:right;
     margin-right: 20px;
}
.wrong:after {
    content: 'Wrong';
     text-align: right;
     color:red;
     float:right;
     font-weight: bold;
     margin-right: 20px;
}
#content a{
	color:#015d46;
}
#content a:hover{
	text-decoration: underline !important;
  	background:white !important;
  	color:#015d46 !important;
}
.MsoNormal a{
	color:#015d46;
}
.MsoNormal a:hover{
	text-decoration: underline !important;
  	background:white !important;
  	color:#015d46 !important;
}


#pdfdownload{
	cursor: pointer;
  	width:20%;
    margin-left:40% !important;
}