.row.options_row {
    margin-bottom: 15px;
    font-size: 12pt;
}
.options_row .custom_options span{
    vertical-align: super;
}
.row.custom_options {
    font-size: 14pt;
}
.text-center {
    text-align: center !important;
    font-size: 15pt;
}
span.custom_input input {
    width: 300px;
    display: inline-block;
}
.tm_container{
    font: normal 15px / 25px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #676b6d;
}
.correct_answer_block{
    display: block;
}
.answers-choice {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 500px;
}

.sticky {
    position: fixed;
    top: 0;
    background: black;
    color:white;
    margin-top: 30px;
    width: 580px;

    z-index:5;


}
#multifull {
    max-height: 200px;
    overflow-y: scroll;
}


.sticky + .content {
    padding-top: 102px;

}