body .wq_questionTextCtr {
	padding: 12px 0;
	margin-bottom: 1em;
	border-bottom: solid 1px;
}

body .wq_questionTextCtr h4 {
	font-size: 1.3em;
	font-family: 'Lato', helvetica, sans-serif;
	line-height: 1.3;
}

.wq_quizCtr .wq_questionTextCtr,
.wq_quizCtr .wq_singleAnswerCtr {
	background-color: #fff!important;
}

.wq-quiz.wq-skin-flat .wq_singleAnswerCtr {
	border: 1px solid #b6b5b5;
	padding: 8px 10px 4px;
}

.wq_singleAnswerCtr .wq_answerTxtCtr {
	font-weight: normal;
	height: auto;
}

.wq_singleAnswerCtr:hover {
	background: #e4e4e4!important;
}

.wq_quizCtr .wq_singleAnswerCtr.wq_correctAnswer {
	background: #108459!important;
	border: #fff!important;
	opacity: 0.8;
}

.wq_quizCtr .wq_singleAnswerCtr.wq_incorrectAnswer {
	background: #B32427!important;
	border: none!important;
}

.wq_singleAnswerCtr .wq_answerTxtCtr {
	line-height: normal;
}


.wq_singleQuestionWrapper .wq_continue button {
	background: #1B67A1!important;
	border-radius: 30px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.wq_singleQuestionWrapper .wq_continue button:hover {
	background: #135486!important;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
	text-decoration: underline;
}

.wq_singleAnswerCtr:hover,
.wq_singleAnswerCtr.chosen,
.wq_quizCtr .wq_singleAnswerCtr.wq_answerSelected {
	border: solid 1px rgba(170, 170, 170, 0.8)!important;
	background-color: #e4e4e4;
}

.wq_singleAnswerCtr .wq_answerTxtCtr {
	background-image: url(../png/quiz-checkbox-off.png);
}

.chosen .wq_answerTxtCtr,
.wq_answerSelected .wq_answerTxtCtr {
	background-image: url(../png/quiz-checkbox-on.png);
}

.wq_triviaQuestionExplanation .wq-explanation-head-correct {
	color: #108459;
}

.wq_shareCtr button,
.wq_quizForceShareCtr button,
.wq_questionLogin button {
	width: 100%;
	line-height: 0;
	transition: all 0.3s;
	font-size: 1em;
}

.wq_shareCtr button:hover {
	background: #303030;
	box-shadow: 0 1px 1px #444444;
	opacity: 0.8;
}

.wq_shareCtr {
	margin: 0 auto;
	text-align: center;
}

.wq_quizTitle {
	font-weight: bold;
	font-family: 'Lato', helvetica, sans-serif;
	font-size: 1.2em;
	color: #D14900;
}

.wq_singleResultWrapper .wq_resultScoreCtr {
	font-weight: bold;
	color: #555;
	font-size: 2.5em;
	margin: 0.3em 0 0.5em;
}

.wq_resultTitle strong {
	font-weight: normal;
}

.articlepage-main-container .wq_continue button {
	width: 80%;
}

.wq-explanation-head-incorrect {
	color: #B32427!important;
}

.wq_singleResultWrapper {
	margin-top: 0px;
	background: #fff;
	border: none;
	margin: 20px;
}

.wq_singleAnswerCtr .wq_answerTxtCtr:before,
.wq_singleAnswerCtr.chosen .wq_answerTxtCtr:after {
	border: none!important;
}

.wq_resultsCtr {
	background: #fff!important;
	border: solid 23px #e8e8e8;
	text-align: center;
	padding: 2em 1em;
}

@media (min-width:768px) {
	.wq_singleResultWrapper {
		width: 92%;
		margin: 25px;
	}
	.articlepage-main-container .wq_continue button {
		width: 35%;
	}
	.wq_shareCtr button,
	.wq_quizForceShareCtr button,
	.wq_questionLogin button {
		width: 30%;
	}
	.wq-quiz.wq-skin-flat .wq_singleAnswerCtr {
		padding: 12px 10px 8px;
	}
}