/* exam stuff */
div.panel-question {
	display: none;
	padding-top: 30px;
}
div.panel-controls {
	padding: 0px;
}
input.blank, select.blank {
	display: inline-block;
	width: inherit;
	height: inherit;
	text-align: center;
	padding: 3px 0px;
}
ol li input.blank {
	text-align: left;
}
div.questionNumber {
	font-size: 2.5em;
	font-weight: bold;
}
a.btn-reference {
	font-weight: bold !important;
	position: absolute;
	top: 0;
	right: 15px; 
}
a.btn-reference span {
	vertical-align: text-top;
	margin-right: 4px;
}
button.btn-controls {
	height: 80px;
	border-radius: 4px;
	font-size: 30px;
}
button.btn-controls.next {
	text-align: right;
}
button.btn-controls.prev {
	text-align: left;
}

/* self check stuff */
div.infobox {
	font-size: 1.1em;
}
div.self-assess {
	padding: 0 15px 15px 15px;
}
div.selfcheck {
	padding: 15px;
	margin: 15px auto 0 auto;
	border: 1px solid #dddddd;
}
img.marked_graphic {
	margin: 0 auto 0 auto;
	max-width: 70px;
}
@media screen and (min-width: 768px) {
	img.marked_graphic {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	img.marked_graphic {
		width: 70px;
	}
}
span.answer {
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}

/* process exam stuff */
div.printTest {
	display: none;
}
img.print {
	width: 60px;
}
/* generated from: http://twitterbootstrap3buttons.w3masters.nl/ */
	.btn-reference {
		background-color: #bce6ff;
	  	border-color: #bce6ff;
	  	color: #333 !important;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.09);
		-webkit-font-smoothing: antialiased;
	}
	.btn-reference:hover,
	.btn-reference:focus,
	.btn-reference:active,
	.btn-reference.active {
		background-color: #d0f0ff;
		border-color: #b6e8ff;
	}
	.btn-reference.disabled:hover,
	.btn-reference.disabled:focus,
	.btn-reference.disabled:active,
	.btn-reference.disabled.active,
	.btn-reference[disabled]:hover,
	.btn-reference[disabled]:focus,
	.btn-reference[disabled]:active,
	.btn-reference[disabled].active {
		background-color: #bce6ff;
		border-color: #bce6ff;
	}
/********/