@CHARSET "UTF-8";

html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

body {
  font: 14px/17px normal Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #C2272D;
  margin: 0;
  padding: 0;
  height: 100%;
}

h1 {
  font-size: 19px;
  font-weight: bold;
  line-height: 23px;
  margin-bottom: 0.3em;
}
h2 {
  font-size: 17px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 0.3em;
}

p {
  margin: 0.3em 0 0.8em;
}

form {
  margin: 0;
}

.page {
  padding: 28px;
  height: 100%;
}

.face {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 4px 0;
  color: #000;
}
.face h1 {
  text-align: center;
  margin-bottom: 1.3em;
}

.btn {
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  padding: 20px;
  margin: 4px 0;
  text-decoration: none;
  color: #fff;
}
.btn-med {
  padding: 10px;
}  
.btn:hover {
  border-style: solid;
  border-color: #fff;
  text-decoration: none;
}

.btn-big {
	min-height: 90px;
}
.btn-med {
	min-height: 50px;
}
.btn-green {
	background: #aed135 url(../img/btn_grad_green.png) repeat-x 0% 100%;
}
.btn-orange {
	background: #f58320 url(../img/btn_grad_orange.png) repeat-x 0% 100%;
}

.page-quiz {
  color: #000;
}

.page-quiz h1 {
  color: #fff;
  position: absolute;
  top: 0;
  right: 28px;
  margin: 0;
  padding: 0;
  font-size: 23px;
  line-height: 28px;
}
.page-quiz ul {
	list-style-type: lower-latin;
}
.page-quiz div.dropcap {
  position: absolute;
  font: 80px/80px bold "Arial", sans-serif;
}

.page-quiz .page-inner {
  padding: 18px;
	position: absolute;
	left: 28px;
	top: 28px;
	bottom: 28px;
	right: 28px;
}
.page-quiz .column {
	margin-left: 100px;
}

.page-quiz-yellow { background-color: #ffc20f; }
.page-quiz-yellow .page-inner { background-color: #fed980; }
.page-quiz-yellow .dropcap { color: #ffc20f; }

.page-quiz-blue { background-color: #4767f8; }
.page-quiz-blue .page-inner { background-color: #7894ff; }
.page-quiz-blue .dropcap { color: #4767f8; }

.page-quiz-red { background-color: #e0183d; }
.page-quiz-red .page-inner { background-color: #ec768e; }
.page-quiz-red .dropcap { color: #e0183d; }

.page-quiz-green { background-color: #055b14; }
.page-quiz-green .page-inner { background-color: #7ac987; }
.page-quiz-green .dropcap { color: #055b14; }

.page-quiz-orange { background-color: #e58608; }
.page-quiz-orange .page-inner { background-color: #fbce93; }
.page-quiz-orange .dropcap { color: #e58608; }

.page-quiz-purple { background-color: #721aa5; }
.page-quiz-purple .page-inner { background-color: #c993e7; }
.page-quiz-purple .dropcap { color: #721aa5; }

.page-quiz-maroon { background-color: #940a2e; }
.page-quiz-maroon .page-inner { background-color: #dcd8ef; }
.page-quiz-maroon .dropcap { color: #940a2e; }

.page-quiz .answer span {
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
}
.page-quiz .answer .correct {
	color: #0F0;
}
.page-quiz .answer .incorrect {
	color: #F00;
}
.page-quiz .next {
  font-weight: bold;
  position: absolute;
  width: 120px;
  margin: 0;
  padding: 0;
  right: 7px;
  bottom: 7px;
}
.page-quiz .ref {
  font-size: smaller;
}
.page-quiz .ref span {
  text-decoration: italic;
}
.page #score {
	font-weight: bold;
}

.page .input-row {
  font-size: 13px;
  line-height: 16px;
  margin: 0.3em 0;
}
.page .submit-row {
  margin: 0.7em 0;
}
.page input.submit {
  background-color: #fdaf17;
  font-weight: bold;
  color: #fff;
  padding: 2px 6px;
}

#page-step1 h1 {
  margin-top: 0.5em;
}
#page-step1 label {
	display: inline-block;
	width: 140px;
}
#page-step1 label.inline {
  display: inline;
  width: auto;
}
#page-step2 label {
  display: inline-block;
  width: 50px;
  margin: 0 5px;
}
.page input.text {
	background-color: #e3e3e3;
	padding: 2px 4px;
	border: 1px solid #888;
	width: 120px;
}
.page input.error {
	border: 1px solid #F00;
}

.page-quiz .preq {
	font-weight: bold;
}