.multychoice-object {
    display: none;
}

.multychoice-container {
    display: inline-table;
    width: 30%;
    height: 1.7vw;
    position: relative;
    text-align: center;
    border: #272727 2px solid;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.multychoice-container-extended {
    border: none;
}

.multychoice-container .multychoice-options {
    width: 100%;
    height: 1.6vw;
    background-color: #FFB00D;
    border-radius: 5px;
    color: #1F4363;
    margin-bottom: 0.1vw;
}