.worksheet-fingers .handContainer {
    margin: 0 0 10px;
}

.worksheet-fingers .handContainer.single img {
    width: 75px;
    height: 100px;
}

.worksheet-fingers .handContainer.double img {
    width: 150px;
    height: 105px;
}

.worksheet-fingers .answerContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.worksheet-fingers .handContainer.duo {
    margin: 5px 0;
}

.worksheet-fingers .handContainer.duo .hand {
    width: 50px;
    margin: 0 10px;
}

.worksheet-fingers .handContainer.duo img {
    width: 50px;
}

.worksheet-fingers .handQuestion {
    margin: 0;
    height: 20px;
}

.worksheet-fingers .handQuestion span {
    font-size: 1.5rem;
    font-weight: bold;
}

.worksheet-fingers .handContainer .questionMark span {
    font-size: 2rem;
}

.worksheet-fingers .answer-options {
    margin-top: 1rem;
}

.worksheet-fingers .answer-options .answer-option.image {
    margin: 2px 5px;
}

.worksheet-fingers .answer-options .answer-option.image img {
    width: 100%;
    height: 100%;
}

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

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

/* Disable wrong option grayscale */
.answer-options.worksheet-answers .answer-option:not(.correct) {
    /*filter: none;*/
}

.answer-options.worksheet-answers .answer-option.correct {
    transform: scale(1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
}

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