body{
	min-width: 1024px;
}

a.button { 
	color: #FFF !important;
}

div.prefix { 
	background: #eee!important;
	border: solid 1px #ddd !important;
}


#formLabel {
	padding-top:10px;
}

#inputStyle {
	color: #000;
}

.answers {
	border-collapse: collapse;
	border: none;
	width:90%;
	margin-left: 10px;
	padding:5px;
}

table > tbody > tr > td > input {
	margin: 0px!important;
}

tr.alt, table tr:nth-of-type(even) {
	background: #fff;
}



table thead tr th:first-child,
table tbody tr td:first-child {
	text-align: left !important;
}

.orbit-timer .paused > span{
	display: none;
}

div#wrap_countdown {
	padding:5px 5px 0 5px;
	border-bottom:3px double #c00;
	line-height: 30px;}
span#countdown{
	font-size: 2em;}

ul.exam-form {
	list-style-type: none;
}

ul.exam-form li {
	display: none;
}
.iea-logo {
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
}

div.row.sections-nav {
	position: fixed;
	left: 0;
}

ul.sections-quick-link {
	list-style: upper-alpha;
	margin-left:1.5rem;
	margin-bottom:0;
}

ul.sections-quick-link li h6 {
	cursor:pointer;
	margin-bottom: 0;
	padding:0;
}

ul.sections-quick-link li.active
, ul.sections-quick-link li.active h6 
, ul.sections-quick-link li:hover 
, ul.sections-quick-link li:hover h6 {
	color:#0079a1;
}

.exam-contents {
	background-color:#fff;
	margin-bottom:5em;
	border: 1px solid #ddd;}
.exam-contents .button.tiny{
	font-size: 0.8875rem;}
.exam-timer{
	padding:0 5px;
	color:#c00;
	text-align:center;
	margin-bottom:10px;
	border:1px solid #ddd; 
	background-color:#fff;}
div.exam-submit {
	position: fixed;
	left: 0;
	bottom: 0;
	min-width: 1300px;
	text-align: center;
	padding: 10px;
	margin-bottom: -20px;
	background: rgba(255,255,255,0.4);
}

div.exam-success{
	margin-top:100px;
	font-size:1.5em;
	font-weight:normal;
	line-height:2em;
	padding:0 50px;}
	
.nav-floater {
	z-index: 1000;
	/*width: 210px;*/
	/*padding: 10px;*/
	display: block;
	opacity: 1;}

span.red {
	color:rgb(240, 65, 36);
}


.iea {
	background: #a50002;
	background: -moz-linear-gradient(top,#a50002 0,#660203 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a50002),color-stop(100%,#660203));
	background: -webkit-linear-gradient(top,#a50002 0,#660203 100%);
	background: -o-linear-gradient(top,#a50002 0,#660203 100%);
	background: -ms-linear-gradient(top,#a50002 0,#660203 100%);
	background: linear-gradient(to bottom,#a50002 0,#660203 100%);
	border-bottom: #c96 solid 4px;
	text-align: center;
	padding: 35px 0 20px;
	margin-bottom: 35px;
}