.wpc-quiz-table {
	text-align: left;
	width: 100%;
}
.wpc-quiz-table tr {
    border: 1px solid lightgray;
}
.wpc-quiz-table td,
.wpc-quiz-table th {
	padding: 10px;
}
.wpc-quiz-score-bar-wrapper {
	margin-bottom: 10px;
}
.wpc-quiz-score-bar .wpc-progress-bar-level {
	padding: 10px 0;
}
.single-quiz-results-wrapper {
	padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
    margin-bottom: 30px;
}
.wpc-quiz-table {
	background-color: #ffffff;
}
.wpc-correct-answer {
	background-color: #d4edda;
}
.wpc-wrong-answer {
	background-color: #f8d7da;
}
.wpc-quiz-score {
	padding: 10px 0;
}
.wpc-quiz-score-percent {
	background: #009ee5;
    color: white;
    border-radius: 100px;
    padding: 5px 10px;
    display: inline-block;
}
.wpc-fe-quiz-question-container {
	border-top: 1px solid lightgray;
    padding-top: 20px;
}
#wpc-fe-quiz-container h2 {
	border-top: 1px solid lightgray;
    padding: 20px 0;
}
.wpcq-fe-buttons {
	padding: 10px 0;
    margin-top: 10px;
}
.wpcq-button {
	background-color: #23d19f;
    color: white;
    padding: 5px 10px;
    border: 1px solid #12ad80;
    border-radius: 4px;
    margin-right: 5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.wpcq-button:hover {
	cursor: pointer;
	background-color: #12ad80;
}
.wpcq-button:disabled {
	background-color: #d2d2d2;
	border: 1px solid #afafaf;
	cursor: default;
}
.wpc-fe-quiz-question {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.wpc-fe-quiz-question h3{
	font-weight: bold;
	font-size: 16px;
}
.wpc-fe-quiz-question p {
	font-size: 18px;
}