.tabulator {
    border: none;
    overflow: visible;
    font-size: 9pt;
}

.tabulator-col-title {
    font-family: ApercuBold;
    src: url(../fonts/ApercuBold.otf);
}

.tabulator-cell {
    overflow: visible !important;
}

.tabulator-tableholder {
    overflow: visible !important;
}

.tabulator .tabulator-header .tabulator-col {
    border: none;
}


/* setting the "sort arrow" to be vertically centered */

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
    position: unset;
    border: none;
    display: none;
}

.tabulator .tabulator-footer {
    border: none;
}

.tabulator .tabulator-header {
    border-bottom-width: 1px;
}

.tabulator-row.tabulator-row-even,
.tabulator-row.tabulator-row-odd {
    background-color: transparent;
}

#optimised_results.tabulator .tabulator-selected {
    background-color: #08cb91 !important;
}

.tabulator .tabulator-selected:hover {
    background-color: #f4f4f4 !important;
}