/* MTD Quizzes — Ster 1 stylesheet
   Geldt voor alle tafels op ster-niveau 1.
   Scope: .mtdq-star-1
*/

.mtdq-star-1 .mtdq-question-wrap {
    justify-content: flex-start;
}

.mtdq-star-1 .mtdq-question-wrap.has-tip {
    min-height: 517px;
}

.mtdq-star-1 .mtdq-quiz-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 92px;
}

.mtdq-star-1 .mtdq-question {
    font-size: 3.5rem;
    font-family: 'FontAwesome';
}

.mtdq-star-1 .mtdq-check-btn {
    padding: 0 20px;
}
