﻿@charset "utf-8";
/* CSS Document */

fieldset,label,legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
fieldset legend {
	display:none;
}


h1#pageHeading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight:lighter;
	color:#393f39;
	letter-spacing:-2px;
	margin:0px 0px 0px 0px;
	line-height:normal;
}
h2#pageSubHeading {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-weight:normal;
	color:#393f39;
	letter-spacing:0px;
	margin:0px 0px 15px 0px;
	line-height:normal;
}

.contentModule {
	background:#fff;
	padding:15px;
	font-size:14px;
}
.roundies {
	border:1px solid #999;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
 
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0;
}

.QuestionContainer {
	font-size:15px;
	line-height: 20px;
	padding-bottom:10px;
	border-bottom:1px dotted #73863A;
	margin-bottom:20px;
}

.questionStem {
	float:left;
	font-size:18px;
	margin-right:10px;
	line-height:26px;
}
.questionStem ul li {font-size:14px;}

.questionDetails {
	width:633px;
	margin-left:35px;
	padding-top:3px;
}
.questionDetails p {
	margin:0;
	font-weight: bold;	
}
.questionDetails img {
	margin:10px 0 0 0;
}
.ChoicesFields {
	margin:12px 0 10px 0;
}
ul.ChoiceList {
	padding:0px;
	margin:0px;
}
ul.ChoiceList li {
	list-style-type:none;
	margin:0 0 8px 0px;
	/*text-indent: -30px;*/
}

ul.ChoiceList li input {
	width: 25px;
	margin:2px 0 0 0;
	cursor:pointer;
}

ul.ChoiceList li label {
	cursor:pointer;
	font-weight: normal;
}
ul.ChoiceList li.incorrect {}
ul.ChoiceList li.correct {}
ul.ChoiceList li.incorrect input, ul.ChoiceList li.correct input {
	visibility:hidden;
}
ul.ChoiceList li.incorrect label, ul.ChoiceList li.correct label {
	background-color:#C6EBBC;
}
ul.ChoiceList li.incorrect label {
	background-color: rgb(255, 215, 210);
}
#pgContainer button {
	font:100% Georgia, Times, 'Times New Roman', serif;
	margin:0px;
	padding:0px;
}

.button1[class] {
	width:auto;
}

.button1 {
	height: 42px;
	margin:0px;
	font-family:Georgia, Times, 'Times New Roman', serif;
	font-size:20px;
	font-weight:normal;
	cursor:pointer;
	text-decoration:none;
	background:#09f;
	color:#fff;
	display:inline-block;
	border:none;
	padding:0px 12px 0 12px;
	width:0;
	overflow:visible;
	line-height: 42px;
}
a.button1 {
	color:#fff;
	text-decoration:none;
}
.button1:hover {
	background-color:#003d5a;
	color:#fff;
	text-decoration:none;
}


/*........*/
#QuestionResult {
	font-size: 45px;
	font-weight: normal;
	padding-left: 5px;
}
#QuestionResult.incorrect {
	padding-right: 20px;
	font-size: 45px;
}
#QuestionResult.incorrect p#QuestionResultShowAnswer {
	padding-top: 20px;
}
#QuestionResult.incorrect #QuestionResultShowAnswer a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #09F;
	top: -20px;
}

#QuestionFooter p, 
#QuestionFooter .Hint p {
	margin-bottom: 20px;
	font-size: 18px;
}

/* - general - - - - - - - - - - - - */
.noShow {
	display: none;
}

#pgContainer {
	font:100% Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	width:100%;
	background-color:#d8dedc;
}

.quizcontainer {
	width:100%;
	max-width: 900px;
	margin: 0 auto 0 auto;
	padding: 10px 10px 40px 10px;
}

/* Extra Small devices (mobiles, 768px and down) */
@media(max-width:767px) {
#pgContainer { background-color:#fff; }
.quizcontainer { margin: 0; padding: 0; }
.contentModule {
	padding:10px;
}
.QuestionContainer {
	padding-bottom: 0px;
	margin-bottom:10px;
}
.questionDetails {
	width:100%;
	margin-left:0px;
	padding-top:3px;
	padding-left: 30px;
}

ul.ChoiceList li input {
  width: inherit;
}
}

