.worksheet-twins .twin-math {
    width: 150px;
    margin: 0 15px;
    font-size: 1.3rem;
    height: 120px;
}

.worksheet-twins .questionContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
}

.containerQuestion {
    display: flex;
}

.worksheet-twins .twin-math span.questionMark,
.worksheet-twins .twin-math span.questionNumber {
    width: 50px;
    text-align: center;
}

.worksheet-twins .twin-math span.answerQuestion,
.worksheet-twins .twin-math span.answer {
    width: 50px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.worksheet-twins .twin-math span.answer .open_answer--box {
    height: 30px;
    width: 38px;
    padding: 0;
    line-height: 1.4;
    margin-left: 1px;
}

.worksheet-twins .twin-math span.answer input[type=text] {
    height: 50px !important;
    width: 65px !important;
    margin-top: 5px !important;
}

.worksheet-twins .questionContainer .open_answer--line.dashed {
    height: 25px;
    text-align: center;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.worksheet-twins .questionTitle {
    font-size: 12px;
}

.worksheet-twins .answer-options {
    margin-top: 0;
}

.exercises-table-4-blocks.worksheet-twins.addition.MC {
    margin-bottom: 10px;
}

.spacer {
    width: 100%;
    height: 25px;
}
