.quiz-question-multichoice .form-type-radios label,
.question_type_name,
#edit-navigation-skip,
#quiz_score_percent,
.entity-quiz-result-answer .field--type-text-with-summary {
    display: none;
}

#quiz_score_possible,
.quiz-result-intro {
    margin-top: 20px;
    margin-bottom: 20px;
}

.page-node-quiz-results legend {
    background: #328BCB;
    width: 100%
}

.page-node-quiz-results .form-wrapper {
    background: #f1f2f3;
    border: none;
}

.page-node-quiz-results .fieldset-legend {
    font-size: 1.125rem;
    color: white;
}

.quiz-question-multichoice h2 {
    display: none;
}
.quiz-correct-answer{
    padding: 0px 0px 1em 1em;
}