
.FuncButton {
	text-align: center !important;
	border-style: solid !important;
	
	border: 1px solid #3C91FF !important;
	color: #fff !important;
	background-color: #005DD5 !important;
	padding:6px 12px !important;
	border-radius:2px;
	/*width:80px;*/
}

.FuncButtonUp {
	text-align: center !important;
	border-style: solid !important;
	
	border: 1px solid #ff0000 !important;
	color: #fff !important;
	background-color: #ae1544 !important;
	padding:6px 12px !important;
	border-radius:2px;
	/*width:80px;*/
}

.FuncButtonDown {
	text-align: center !important;
	border-style: solid !important;
	
	border: 1px solid #ff0000 !important;
	color: #fff !important;
	background-color: #ae1544 !important;
	padding:6px 12px !important;
	border-radius:2px !important;
	/*width:80px;*/
}

#MainDiv {
	border:none !important;
	border-radius:2px !important;
}

#FeedbackDiv {
	border-radius:4px !important;
	padding:24px !important;
	/*border:1px solid #666666 !important;*/
}

#PrevQButton, #NextQButton, #ShowMethodButton {
	width:auto !important
}

li.QuizQuestion {
	border: none  !important;
}

#InstructionsDiv {
	background:none !important;
	border:none !important;
	color:#fff !important;
}

div#Instructions{
	color:#fff !important;
}

h2.ExerciseTitle {
	font-size: 240% !important;
	font-weight:normal !important;
	margin-bottom:12px !important;
}

span#TimerText {
	border:none !important;
	color:#ae1544 !important;
	font-size:120% !important;
	font-weight:normal !important;
}


.NavButton {
	text-align: center !important;
	border-style: solid !important;
	
	border: 1px solid #3C91FF !important;
	color: #fff !important;
	background-color: #005DD5 !important;
	padding:6px 12px !important;
	border-radius:2px;
	width:180px;
}

.NavButtonUp {
	text-align: center !important;
	border-style: solid !important;
	
	border: 1px solid #ff0000 !important;
	color: #fff !important;
	background-color: #ae1544 !important;
	padding:6px 12px !important;
	border-radius:2px;
	width:180px;
}

.NavButtonDown {
	text-align: center !important;
	border-style: solid !important;
	
	border: 1px solid #ff0000 !important;
	color: #fff !important;
	background-color: #ae1544 !important;
	padding:6px 12px !important;
	border-radius:2px !important;
	width:180px;
}