.answer_container {
    position: relative;
    display: flex;
    justify-content: center;
    height: 2px;
    width: 50px;
    border-bottom: 1px dotted rgba(0,0,0,0.3);
    padding-top: 5px;
}

.sum_total_container {
    display: flex;
    justify-content: center;
}

.sum_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    width: 205px;
}

.answer_container_answer {
    position: absolute;
    top: -24px;
}

.exercise_container {
    display: flex;
    justify-content: space-between;
}

.divider_box_worksheet {
    margin-bottom: 7px;
    margin-left: 2px;
}