.real-exercise .input-multichoice {
    display: table;
    font-size: 1.3vw;
    height: 30%;
    width: 96%;
    left: 2%;
}

.real-exercise .input-multichoice .input-span-multichoice-exercise {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.real-exercise .multichoice-options-container {
    height: 69%;
    top: 31%;
    width: 96%;
    left: 4%;
}

.real-exercise .multichoice-options-container .radio {
    height: 20%;
}

.real-exercise .multichoice-options-container .radio .multi-input {
    margin-right: 2%;
    width: 20px;
    height: 20px;
}

.real-exercise .multichoice-options-container .radio label {
    display: inline;
    font-size: 1.2vw;
}

.real-exercise .openclose-input {
    margin-top: 2%;
}