<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*link colours for MCQs*/
a.MCQBoxes:link, a.MCQBoxes:active, a.MCQBoxes:visited {
	background-color: #ffffff;
	height: 24px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxes:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #0080cc;
	height: 24px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesChosen:link, a.MCQBoxesChosen:active, a.MCQBoxesChosen:visited, a.MCQBoxesChosen:hover {
	background-color: #ff7441;
	height: 24px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
	color: #FFFFFF;
}

/*link colours for MCQs*/
a.MCQBoxesShort:link, a.MCQBoxesShort:active, a.MCQBoxesShort:visited {
	background-color: #ffffff;
	height: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesShort:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #0080cc;
	height: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesShortChosen:link, a.MCQBoxesShortChosen:active, a.MCQBoxesShortChosen:visited, a.MCQBoxesShortChosen:hover {
	background-color: #ff7441;
	height: 20px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
	color: #FFFFFF;
}

/*link colours for double size MCQ options*/
a.MCQBoxesDouble:link, a.MCQBoxesDouble:active, a.MCQBoxesDouble:visited {
	background-color: #ffffff;
	height: 42px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesDouble:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #0080cc;
	height: 42px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesChosenDouble:link, a.MCQBoxesChosenDouble:active, a.MCQBoxesChosenDouble:visited, a.MCQBoxesChosenDouble:hover {
	background-color: #ff7441;
	height: 42px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
	color: #FFFFFF;
}

/*link colours for double size MCQ options*/
a.MCQBoxesDoubleLarge:link, a.MCQBoxesDoubleLarge:active, a.MCQBoxesDoubleLarge:visited {
	background-color: #ffffff;
	height: 48px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesDoubleLarge:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #0080cc;
	height: 48px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesChosenDoubleLarge:link, a.MCQBoxesChosenDoubleLarge:active, a.MCQBoxesChosenDoubleLarge:visited, a.MCQBoxesChosenDoubleLarge:hover {
	background-color: #ff7441;
	height: 48px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
	color: #FFFFFF;
}

/*link colours for double size MCQ options*/
a.MCQBoxesDoubleSmall:link, a.MCQBoxesDoubleSmall:active, a.MCQBoxesDoubleSmall:visited {
	background-color: #ffffff;
	height: 39px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesDoubleSmall:hover {
	color: #ffffff;
	text-decoration:none;
	background-color: #0080cc;
	height: 39px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #0080cc;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
}

a.MCQBoxesChosenDoubleSmall:link, a.MCQBoxesChosenDoubleSmall:active, a.MCQBoxesChosenDoubleSmall:visited, a.MCQBoxesChosenDoubleSmall:hover {
	background-color: #ff7441;
	height: 39px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	display: block;
	cursor: pointer;
	width: auto;
	margin-top: 2px;
	color: #FFFFFF;
}

.Set1MainQuestionBackground{
	background-color:#ECECEC;
	height: 440px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-top: 18px;
	/* [disabled]margin-top: 5px; */
}

#Set1ShowAnswer {
	top: 507px;
	width: 150px;
	height: 24px;
	position: absolute;
	left: 334px;
	text-align: center;
}

#Set1NextQuestion {
	top: 507px;
	width: 150px;
	height: 24px;
	position: absolute;
	left: 610px;
	text-align: right;
}

#Set1PreviousQuestion {
	top: 507px;
	width: 150px;
	height: 24px;
	position: absolute;
	left: 41px;
	text-align: left;
}

#MCQFeedbackSet1 {
	height: 200px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	overflow: auto;
}

#MCQFeedbackShorterSet1 {
	height: 150px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	overflow: auto;
}

#MCQOptionsSet1 {
	height: 250px;
	width: auto;
	background-color: #ECECEC;
	margin-top: 35px;
	padding-top: 15px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 10px;
}

.Set1MCQOptions {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}

.Set1MCQOptionsMCQ1 {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}

.Set1MCQOptionsMCQ4 {
	width: 370px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}

.Set1MCQOptionsMCQ5 {
	width: 545px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
}
.Set1MCQOptionsNarrower {
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	font-size: 14px;
}

.textFeedbackSet1Options{
	height: auto;
	width: 550px;
	padding: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

.textFeedbackSet1OptionsNarrower {
	height: auto;
	width: 420px;
	padding: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

.textFeedbackSet1OptionsMCQ7And8 {
	height: auto;
	width: 550px;
	padding: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

.textFeedbackSet1QuestionsOptions {
	height: auto;
	width: auto;
	padding: 10px;
	background-color: #FFFFFF;
}
.Set1MCQTop {
	width: auto;
	padding-right: 25px;
	padding-left: 25px;
}

.Set1MainMaterial {
	height: auto;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	margin-top: 40px;
}
.Set1DivideBottom {
	height: 25px;
	width: auto;
	margin-top: 10px;
	border: thin solid #CCCCCC;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}


.TextQuestionFeedbackSet1 {
	background-color: #FFFFFF;
	height: auto;
	width: 510px;
	padding: 15px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}


.Set1TextQuestionTop {
	width: auto;
	height: auto;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	text-align: center;
	/* [disabled]margin-top: 5px; */
}

.Set1InputAnswer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	height: auto;
	margin-top: 3px;
	margin-bottom: 6px;
}


.page28MCQ7QuestionText {
	width: auto;
	float: right;
	height: auto;
}

.Set1MCQOptionsGraph {
	width: 430px;
	height: auto;
	float: right;
	font-size: 14px;
	padding-right: 10px;
}

.Set1MCQTopGraph {
	height: 185px;
	width: 735px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.Set1MCQGraphLeft {
	float: left;
	height: 280px;
	width: 290px;
	margin-left: 10px;
}

#Set1MCQFeedbackMCQGraph {
	height: 190px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-top: 5px; */
	overflow: auto;
}

.Set1TextFeedbackGraphOptions {
	height: auto;
	width: 550px;
	padding: 10px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]text-align: center; */
}

.correctFeedback {
	color: #FF500D;
}
.Set1GraphQuestionOverallBox {
	height: 280px;
	width: auto;
}
</pre></body></html>