@charset "UTF-8";
/* CSS Document */


body {
	
	margin-right: 0px;
	margin-left: 0px;
	overflow-x: hidden; 
	overflow-y: hidden;
	font-family: 'Roboto', sans-serif;
	font-size: 12pt;

	
}

div.questionheader {
	width: 100%;
	height: 35px;
	/*background-color:#AFAFAF;*/
	position: absolute;
	margin-left: 0px;
	margin-right: 0px;
	top: 2px; 
	overflow: hidden;
	
	
}

titleheader {
	font-size: 1em;
	/*font-size: 2vw;*/
	font-weight: normal;
	margin-left: 15px;
	color: #202020;
}

def {
	font-size: .6em;
	/*font-size: 1.5vw;*/
	font-weight: normal;
	color: #4A4A4A;
}


div.questiondetails {
	/*font-size: 5vmin;*/
	position: relative;
	font-size: 1em;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 45px;
	overflow: auto;
}

questiontitle {
	font-size: 1em;
	/*font-size: 1.5vw;*/
	color: #FFFFFF;
	font-weight: normal;
}


questionswithoutletters {
	font-size: 1em;
	/*font-size: 1.5vw;*/
	color: #B1AEAE;
	font-weight: normal;
}
individualquestions {
	font-size: 1em;
	/*font-size: 1.5vw;*/
	color:#B1AEAE;
	font-weight: normal;
}

individualquestionssmall {
	font-size: .8em;
	/*font-size: 1.5vw;*/
	color: #B1AEAE;
	font-weight: normal;
	font-style: italic;
}


todoquestions {
	font-size: 1em;
	/*font-size: 1.5vw;*/
	color:#ffffff;
	font-weight: normal;
}

letter{
	color:#ffffff;
}

coincirclestyle {
  font-size: 1em;
	color: #FFD600;
}