@CHARSET "UTF-8";

.cmvl-quiz-question-answer { margin: 0; font-weight: normal; display: block !important; user-select: none; }
.cmvl-quiz-question-answers-list { margin-top: 3px; }
.cmvl-submit-quiz { background: #336699; color: white; padding: 0.7em 1.5em; font: normal 16px Arial; border: none; border-radius: 5px; cursor: pointer; }
.cmvl-quiz-ajaxloader { display: none; width: 30px; height: 30px; border: 8px solid #333; border-right-color: transparent; border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { from { transform: rotate(0deg); } 50% { transform: rotate(180deg); } to { transform: rotate(360deg); } }

.cmvl-quiz-questions { margin: 2em 0; background: #f5f5f5; border-bottom: solid 1px #ccc; }
.cmvl-quiz-single-question, .cmvl-quiz-header, .cmvl-quiz-form-summary { border-top: solid 1px #ccc; padding: 1em; }
.cmvl-quiz-single-question label { cursor: pointer; }
.cmvl-quiz-header h3 { margin: 0 !important; padding: 0 !important; font-size: 120%; font-weight: bold; margin-bottom:5px; }
.cmvl-quiz-header .cmvl-quiz-description { margin-top:5px; }
.cmvl-quiz-header, .cmvl-quiz-form-summary { background: #eee; }
.cmvl-quiz-single-question { color: #666; }
.cmvl-quiz-question-title { color: black; }
.cmvl-quiz-ajaxloader, .cmvl-quiz-results { margin: 1em 0; display: none; }

.cmvl-red { color:red; font-weight:bold; }
.cmvl-green { color:green; font-weight:bold; }

.take_a_quiz_link { float:left; background:#ccc; color:#333; padding:10px 20px; text-align:center; margin:20px auto 0 auto; }
.take_a_quiz_link.before { float: none; line-height: 36px; margin-top: 0px !important; margin-left: 0.5em; }