html, body{ font-family: 'centralesans-book'; font-size:14px; color:#FFFFFF;}
@font-face {
	font-family: 'centralesans-book';
	src: url('../fonts/centralesans-book-webfont.eot');
	src: local('?'), url('../fonts/centralesans-book-webfont.woff') format('woff'), url('../fonts/centralesans-book-webfont.ttf') format('truetype'), url('../fonts/centralesans-book-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* html, body {
	font-family: 'centralesans-light', 'sans-serif';
}*/

.fc_orange{ color:#FF3300;}

a[disabled]{
    pointer-events: none;
    opacity: 0.4;
}

.ff_light{ font-family: 'centralesans-light'; font-weight:normal;}

#scr-panel{
	/*margin: 30px 20px;*/
	background-color: #0089c4;
	padding: 10px 20px;
	text-align:center;
	/*font-size: 30px;*/
	/*font-weight: bold;*/
	color: #fff;
	/*border-radius: 5px;*/
}
#scr-panel span{}
#qus-panel{/*font-weight: bold;*/ /*margin: 30px 20px;*/ line-height:30px;}
#qus-panel label{font-weight: normal; }
#ans-panel{/*margin: 30px 20px;*/}
#ans-panel label{/*font-weight: bold;*/}
#ans-text{/*margin-top: 10px;*/}
#ans-text .item{
	padding: 10px 10px 10px 0px;
	/*border: 1px solid red;*/
	line-height: 20px;
}
#btn-panel{/*margin: 20px 20px;*/ clear:both; width:100%;}
#btn-panel a {
	text-decoration: none;
	color: #fff;
	/*background-color: #2BBA2B;*/
	/*border-radius: 4px;*/
	/*padding: 5px 20px;*/
	/*margin-right: 10px;*/
}
#lnNext{/*background-color: #424242 !important;*/}
.ans-options{}
.correct-ans > span::after{
	content: ' ';
	background-image: url(../img/tick.png);
	padding-left: 20px;
	margin-left: 5px;
}
#form-panel{font-weight: bold; margin: 20px 0px; display: none;}
#res-panel{
	/*margin: 20px 20px;*/
	padding: 10px 0px;
	clear:both;
	width:100%;
	/*font-weight: bold;*/
/*	border-radius: 4px;*/
}
.correct{
	color: #00693c;
/*	
	border: 2px solid #BBDF8D;
	background-color: #EAF7D9;
*/
}
.wrong{
	color: #cd202c;
/*	
	border: 2px solid #FFAEAE;
	background-color: #FEEBEB;
*/
}
#nq-countdown-wrapper{
	/*margin: 10px 20px;*/
	/*display: inline-flex;*/
	font-size: 16px;
	/*font-weight: bold;*/
	color: #5D5D5D;
}
#nq-countdown{
	display: none;
}