html, body {
    font-size: 14px !important;
}

@media (max-width: 991.98px) {
    html, body {
        font-size: 13px !important;
    }
}

@media (max-width: 767.98px) {
    html, body {
        font-size: 13px !important;
    }
}

table.dataTable {
    border-collapse: collapse;
}

tr.warning td.jsgrid-cell {
    background-color: #fcf8e3;
}

