.worksheet-beforeorafter td {
    min-width: 200px;
}

.questionTd {
    min-width: 1.5rem !important;
    max-width: 1.5rem !important;
}

.worksheet-beforeorafter .question-number {
    margin-right: 5px;
}

.worksheet-beforeorafter .questionWrapper {
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    padding-bottom: 5px;
}

.worksheet-beforeorafter .questionOptions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
}

.worksheet-beforeorafter .worksheet_multiple_choice_answers_option {
    width: 33px;
    height: 33px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin: 2px;
    padding: 2px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8rem;
}

.worksheet-beforeorafter .questionText {
    font-size: .8rem;
    padding: 5px 5px 5px 10px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 10%;
}

.worksheet-beforeorafter .question {
    min-height: 70px;
    font-size: 1rem;
    width: 100%;
    font-weight: bold;
}

.exercises-table-4-blocks {
    margin-bottom: 30px;
}

.question_mark_w {
    font-weight: bold;
    margin-right: 0.3em;
    margin-left: 0.3em;
    color: #377aab;
    border-bottom: solid #377aab 2px;
}

.exercise_container {
    display: flex !important;
    margin-bottom: 1rem;
}

