/* WP-Pro Quiz 
***************************************************************/
.wpProQuiz_content {
	max-width:960px;
	margin:0 auto;
	position: relative;
}
.wpProQuiz_content ul,
.wpProQuiz_content ol {
	font-size: 1em;
}
.wpProQuiz_question_text {
	font-weight: bold;
}
.wpProQuiz_question_text p {
	margin-bottom: 0;
}
.kab .wpProQuiz_questionList {
	background: transparent !important;
	border: none !important;
	margin-bottom: 0!important;
	padding: 0!important;
}
.kab .wpProQuiz_questionListItem {
	margin-bottom: 0.5em !important;
}
.kab .wpProQuiz_button {
	background: #2d63ae!important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkNjNhZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjU1OTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #2d63ae 0%, #265595 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d63ae), color-stop(100%,#265595))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2d63ae 0%,#265595 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2d63ae 0%,#265595 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2d63ae 0%,#265595 100%)!important; /* IE10+ */
	background: linear-gradient(to bottom,  #2d63ae 0%,#265595 100%)!important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d63ae', endColorstr='#265595',GradientType=0 )!important; /* IE6-8 */

	box-sizing: border-box;
	box-shadow: none!important;
	border-radius: 6px!important;
	border-width: 0!important;
	color: #fff!important;
	cursor: pointer;
	display: inline-block;
	font-family:'londrina_solidregular';
	font-size: 01.1em;
	font-weight: normal!important;
	height: 55px;
	letter-spacing: 0.1em;
	line-height: 55px;
	padding: 0 25px!important;
	position: relative;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5)!important;
}

.kab .wpProQuiz_button:hover {
	background: #205dad!important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNWRhZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDUwOTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)!important;
	background: -moz-linear-gradient(top,  #205dad 0%, #1d5093 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#205dad), color-stop(100%,#1d5093))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #205dad 0%,#1d5093 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #205dad 0%,#1d5093 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #205dad 0%,#1d5093 100%)!important; /* IE10+ */
	background: linear-gradient(to bottom,  #205dad 0%,#1d5093 100%)!important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205dad', endColorstr='#1d5093',GradientType=0 )!important; /* IE6-8 */
	color: #ededed!important;
	box-shadow: none!important;
}
.wpProQuiz_content input[type="checkbox"],
.wpProQuiz_content input[type="radio"]{
	width: 24px!important;
	height: 24px!important;
}
.ie9 .wpProQuiz_content input[type="checkbox"],
.ie9 .wpProQuiz_content input[type="radio"]{
	width: 12px!important;
	height: 16px!important;
}

.ie8 .wpProQuiz_content input[type="checkbox"],
.ie8 .wpProQuiz_content input[type="radio"]{
	width: auto!important;
	height: auto!important;
}

.wpProQuiz_cloze input[type="text"] {
	line-height: 1em!important;
	font-size: 24px;
	position: relative;
	top: -3px;
	height: 27px!important;
}
input.wpProQuiz_questionInput[type="text"] {
	font-size: 24px;
}

.wpProQuiz_results h4.wpProQuiz_header {
	display: none;
}
.range label {
	color: white;
}
input.wpProQuiz_button.wpProQuiz_QuestionButton {
	float: left!important;
}