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

.exercises-table-4-blocks .heart-box {
    background-size: 80px 80px;
    width: 80px;
    height: 80px;
    color: white;
    font-size: 1.5rem;
}

.heart-box-title {
    font-size: 16px;
}

.exercises-table-4-blocks .heart-image-box {
    width: 60px;
    height: 60px;
}

.questionWrapper {
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    padding: 25px 5px 10px;
    position: relative;
}

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

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

.questionWrapper .answer-options .answer-option.image {
    border-radius: 0;
    border: 0 none;
    width: 40px;
    height: 40px;
    display: block;
}
