
html, body {
  	font-family: sans-serif;
  	font-size:12pt;
    background-color:white;
    width:100%;
    height:100%;
    overflow:hidden;
    margin:0px;
}

.al {
	text-align:left;
	
}

.ar {
	text-align:right;
}


.top {
	width:100%;
	height:30px;
	background-color:#46ffca;
	font-family:sans-serif;
	font-size:14pt;
	padding-top:5px;
	text-align:center;
}

.topL, .botL {
	float:left;
	text-align: left;
	margin-left:10px;
	font-family:sans-serif;
	font-size: 14pt;
}

.topR, .botR {
	float:right;
	text-align: right;
	margin-right:10px;
	font-family:sans-serif;
	font-size: 14pt;
}

.topC {
    display: inline-block;
    margin:0 auto;
	font-family:sans-serif;
	font-size: 14pt;
}

.bot {
	width:100%;
	height:40px;
	background-color:#46ffca;
	padding-top:8px;
	text-align:center;
}

.botC {
    display: inline-block;
    margin:0 auto;
	font-family:sans-serif;
	font-size: 14pt;
}

.botErr {
	display:none;
	background-color:red;
    height: 24px;
    padding-left:10px;
    padding-right:10px;
    padding-top: 6px;
	color:white;
	font-family:sans-serif;
	font-size: 14pt;
	background-color:red;	
}

.btNext {
    width: 130px;
	height: 30px;
    font-family: sans-serif;
    font-size: 12pt;
    border-radius: 4pt;
}
.mContainer {
	width:100%; /**calc(100% - 10px); **/
	height:calc(100% - 80px); 
	background-color:#ececec;
	overflow:auto;
}

.sectMarker {
    width: 30px;
    height: 24px;
    font-family: sans-serif;
    font-size: 15pt;
    margin-right: 10px;
    border-radius: 4pt;
    display: inline-block;
    background-color: #f1f1f1;
    padding-top: 6px;
    text-align: center;
    
}
.errMsg {
	font-family: sans-serif;
	font-size:24pt;
	text-align:center;
	color:black;
	display:none;
	width:100%;
	margin-top:40px;
}
.qContainer {
	background-color:#d9f3f3;
	padding: 10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	border-radius:12px;
	
}

.qQuestion {
	background-color:#ffffb5;;
	border-radius:8px;
	font-size:14pt;
	padding:6px;
	
}

.qErr{
	background-color: red !important;
}

.mcOpt {
	padding:5px;
}
.anOpt {
	margin-top:10px;
}

input[type="radio"] {
   height: 16px;
   width: 16px;
}

.inOther {
  	font-family: sans-serif;
  	font-size:12pt;
	border-radius:6px;
	width:150px;
	
}
.ftCont {
	padding:5px;
	
}

.ftta {
	width:600px;
	height: 80px;
  	font-family: sans-serif;
  	font-size:12pt;
	border-radius:8px;
}


.label {
	margin-top:10px;
	width:200px;
	display:inline-block;
}

.labelwide {
	margin-top:10px;
	width:600px;
	display:inline-block;
}

.fmRep {
  	font-family: sans-serif;
  	font-size:12pt;
	border-radius:6px;
} 
.repTX 	{width:300px}
.repEM	{width:300px}
.repDT	{width:90px}
.repNM	{width:40px}


.rgLabel {
	margin-top:5px;
  	font-family: sans-serif;
  	font-size:12pt;
	width: 100px;
	display:inline-block;
}

.rgBox {
	margin-top:5px;
  	font-family: sans-serif;
  	font-size:12pt;
	width: 40px;
	display:inline-block;
	text-align:  center;
}





#answers {
	display: none;
	border: solid 1px grey;
	top:20px;
	left:20px;
	width:calc(100% - 40px);
	height:calc(100% - 40px);
	border: solid 2px red;
	font-family: monospace;
	font-size:10pt;
	overflow:auto;
	position:absolute;
	background-color:white;
	z-index:5;
}