.worksheet-dice .diceContainer {
    padding: 5px 0;
    align-items: center;
    justify-content: center;
}

.worksheet-dice .dice {
    width: 60px;
    height: 60px;
}

.worksheet-dice .answerContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    font-size: 2rem;
    width: 100%;
}

.worksheet-dice .answerContainer .open_answer--line {
    margin-top: -10px;
    margin-bottom: 10px;
}

.worksheet-dice .questionContainer {
    padding: 0;
    min-height: 50px;
}

.worksheet-dice .questionContainer span:not(.question-number) {
    font-size: 1.5rem;
    font-weight: bold;
}

.worksheet-dice .questionWrapper span.question-number {
    font-size: .8rem;
    position: absolute;
    top: 0;
    left: 10px;
    padding: 0;
    width: 100%;
    text-align: left;
}

.worksheet-dice .questionWrapper span.question-number.noQ {
    position: relative;
}

.worksheet-dice .questionWrapper {
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    border: 1px solid lightgrey;
    padding-bottom: 5px;
    position: relative;
}

.worksheet-dice td.worksheet-cell {
    padding: 0 5px;
}
