/* Override legacy WPProQuiz styles from themes/legacy/templates/learndash_quiz_front.css */
.learndash-wrapper .wpProQuiz_content .wpProQuiz_addToplist {
	margin-top: 10px;
	background-color: rgb(0,162,232, 0.1);	
	padding: 10px;
	border: 1px solid #00a2e8;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_toplistTable th {
	background: #00a2e8;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_toplistTrOdd {
	background-color: rgba(0,162,232, 0.1);
}

.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover {
    opacity: 0.75;
    background-color: #019e7c;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_button_reShowQuestion:hover,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button_restartQuiz:hover {
	background-color: #019e7c;
	opacity: 0.75;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewColor {
	height: 15px;
	width: 15px;
	display: inline-block;
	margin-right: 2px;
}

/*
.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv li.wpProQuiz_reviewQuestionTarget {
	background-color: #00a2e8;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv li.wpProQuiz_reviewQuestionSolved {
	background-color: #019e7c;
}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv li.wpProQuiz_reviewQuestionReview {
	background-color: #ffd200;
}
*/

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Answer {
	background-color: #019e7c;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Review {
	background-color: #ffd200;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewDiv li.wpProQuiz_reviewQuestionTarget {
	background-color: #00a2e8;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved {
	background-color: #019e7c;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview,
.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview {
	background-color: #ffd200;
}
