/* no scroll bars */
body {
    overflow: hidden;
}

/* highlighted text in text questions */
.textQuHighlight {
    /*color: rgb(251,193,15);
    font-family: 'DINPro';
    font-weight: 500;
    font-size: 85px;*/
}

/* name selection input field */
.nameSelection {
    padding: 10px;
}

/* button for board selection in mod mode */
.boardSelBtn {
    background-color: rgb(251,193,15);
    padding: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* class for button text with "smalltext" tag */
.quBtnSmaller{
    font-size: 30px !important;
    padding-top: 18px !important;
}
