/******************************************************************************
Section 6 - Exam Papers and Questions 
******************************************************************************/
.QandA {
	width: 100%;
	/*display: block;*/ 
	display: inline-block; 
	/*font-size:95%;*/
	padding-top: 10px;
}

.questionNo {
	display: inline-block;
	float: left;
	padding-right: 10px;
	color: #333;
    font-size: 90%;
    font-weight: bold;
}

.question {
	display: inline-block;
	float: left;
	width: 90%;
}

.MCQOption {
	color: #000;    
}

.correctAnswer {
	border: 1px solid green;
    background-color: lightgreen;
}

.AnswersSection {
	margin: 20px 0 20px 0;
	border: 1px solid #333;
	color: #000;
	border-collapse: collapse;
}

.AnswersSection td {
	border: 1px solid #333;
	padding: 0 10px 0 10px;
}