@font-face {
    font-family: 'HindMysuru';
    src: url('HindMysuru-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {
    border-right: 1px solid #BBB
}

.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
    border-right: 1px solid #BBB
}

.tabulator-row .tabulator-cell {
    border-right: 0px solid #aaa
}

.tabulator-row.tabulator-row-even {
    background-color: #f5f5f5
}

.tabulator .tabulator-header {
    border-bottom: 0px solid #999;
}

.tabulator .tabulator-header .tabulator-col {
    background: hsl(262, 36%, 96%);
    border-right: 0px solid #aaa;
}

.tabulator {
    border: 1px solid #BBB;
    font-family: "HindMysuru";
}


.lowclass {
    background-color: hsl(268, 63%, 95%) !important;
}

.lowclass:hover {
    background-color: hsl(270, 7%, 71%) !important;
}