@charset "utf-8";
/* Global Quiz Formatting and styles */
.article_quiz_container {
	margin: auto;
	width: 100%;
	position: relative;
	display: block;
	min-height: 150px;
	overflow: hidden;
}

.non-player_quiz {
	margin: 0;
	width: 100%;
	display: block;
	height: 100%; 
	overflow: hidden;
}


.article_quiz_container2 {
	margin: auto;
	width: 100%;
	position: relative;
	display: block;
	min-height: 150px;
	overflow: hidden;
}

.article_quiz2 {
	margin: 0;
	width: 100%;
	display: block;
	height: 100%; 
	overflow: hidden;
}

@media only screen and (max-width : 550px) {
	.article_quiz_container2 {
		margin: auto;
		width: 100%;
		position: relative;
		display: block;
		min-height: 200px;
		overflow: hidden;
	}
}
#game1 {
	margin: auto;
	width: 100%;
	/*height: 490px;*/
	color: #000034;
	right: 0px;
	position: absolute;
}
#game2 {
	margin: auto;
	width: 100%;
	/*height: 490px;*/
	color: #000034;
	right: -760px;
	position: absolute;
}
.info_bar {
	width: 94%;
	background-color: #D6D6D6;
	margin: 5px auto;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}


.question {
	width: 94%;
	margin: 15px auto 30px auto;
	min-height: 50px;
	font-size: 1.4em;
}
.audioQuestion {
	margin-bottom: -16px; 
}
.audioQuestion:hover {
	cursor: pointer;
}
.audioAnswer {
	margin-bottom: -30px;
	/*margin-right: 4%;*/
	float: right;
	
}

.audioAnswer:hover {
	cursor: pointer;
}
.option {
	width: 94%;
	min-height: 50px;
	margin: 8px auto;
	font-size: 1.2em;
	color: #FFFFFF;
	padding: 5px 5px 5px 8px;
	border: 1px solid #000034;
	cursor: pointer;
	background-color: #67a1d1;
	position: relative;
}
.option:hover {
	
}

.spacer {
	height: 30px;
}
.btnContainer {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.audio1 {
	position: absolute;
	right: 0;
	top: 0;
}
.feedback1 {
	width: 45px;
	height: 45px;
	background-image: url(/images/right.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
.feedback2 {
	width: 45px;
	height: 45px;
	background-image: url(/images/wrong.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
.retry {
	width: 94%;
	min-height: 50px;
	margin: 8px auto;
	font-size: 1.5em;
	color: #000034;
	padding: 5px;
	padding-left: 10px;
	/*border: 1px solid #000034;
	background-color: #67a1d1;*/
	position: relative;
	text-align: center;
	cursor: default;
}
.prev {
	float: left;
}
.next, .btnShowResult {
	float: right;
}

.nextQuestion {
	width: 94%;
	min-height: 50px;
	margin: 8px auto;
	font-size: 1.2em;
	color: #FFFFFF;
	padding: 5px;
	padding-left: 10px;
	border: 1px solid #000034;
	cursor: pointer;
	background-color: #236194;
	position: relative;
	text-align: center;
}

ul.quizlist {
    margin: 0px;
    padding: 5px;
}
ul.quizlist li {
	padding: 10px;
	margin-bottom: 10px;
	border: thin solid #000034;    
}

a.pretty {
    border: 1px solid #000034;
    padding: 4px 7px;
    font-weight: bold;
    font-size: 15px;
    background: #FFF;
    cursor: pointer;
}
a.pretty:hover {
	background-color: #6CF;
}

#progressKeeper {
	width: 90%;
	height: 10px;
	position: absolute;
	top: 480px;
	border: 3px double #003366;
	margin: auto;
	
}
#txtStatusBar {
	position: absolute;
	top: 465px;
    margin: 5px 10px;
    font-weight: bold;
}
#progress {
    background: #000034;
    width: 0;
    height: 10px;
}

.summary {
	margin: 20px auto;
	width: 90%;
	color: #000034;
	text-align: center;
}
#review {
   margin: auto;
	width: 100%;
	height: 490px;
	color: #000034;	
}

.totalScore {
    font-weight: bold;
	padding:10px;
}
/* define height and width of scrollable area. Add 16px to width for scrollbar          */
#tableContainer {
	width: 96%;
	margin: auto;
	height: 300px;
	background-color:#D6D6D6;
	overflow: scroll;
}



.clear { clear: both; }    /** no floats allowed left or right **/
.hide { display: none; } 
.resultlist  li.altli{background:#CCFFAA;}
.resultlist li {background: #BBEEAA;}


#resultsTable {
   width:100%;
   border-collapse:collapse;
}
#resultsTable td, #resultsTable th 
{
font-size:0.9em;
border:1px solid #0066CC;
padding:3px 7px 2px 7px;
}
#resultsTable th 
{
font-size:1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#6197c6;
color:#ffffff;
position:relative;
}
#resultsTable tr.alt td 
{
background-color:#67a1da;
}


thead.fixedHeader tr {
	position: relative;
}
