body {
    font-size: 26px;
    background-color: #f5f9fd;
}

.col-tab {
    width: 20%;
    height: 50px;
    border: 1px solid #000000;
    text-align: center;

}

table {
    background-color: #ffffff;
}

.border-tab {
    border: 1px solid #0b2e13;
}


#tbGame td {
    width: 20%;
    cursor: pointer;
    font-size: 50px;


}

#tbGame tr {
    height: 150px;
}

#tbGame th {
    height: 80px;
    font-size: 32px;
}

.tbInst tr td {
    cursor: pointer;
    font-size: 20px;
}



.selected
{
    background-color: #ffecba;
}

#tbGame .tr-header {
    background-color: #333333;
    color: #ffffff;
    height: 50px;
}

tbGame .tr-bg {
    background-color: #ececec;
}

.td-first {
    background-color: #ebebeb;
    cursor: context-menu !important;
}

#lblModalTimer {
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
}


.td-first {
    background-color: #ebebeb;
    cursor: context-menu !important;
}


.td-correct {
    background-color: #ace394;
    cursor: context-menu !important;
}

