.tabulator {
    font-size: 12px;
    border: 1px solid #fff;
    background-color: #fff;
}

.tabulator .tabulator-header {
    font-size: 10px;
    font-weight: bold;
    border-bottom: 3px solid #33BBEE;
    margin-bottom: 4px;
    background-color: #fff;
    background: #fff;
    color: #000000;
}

.tabulator .tabulator-col {
    background-color: #fff;
}

.tabulator .tabulator-header .tabulator-col {
    background-color: #fff;
}

.tabulator .tabulator-col-content {
    background-color: #fff;
}

.tabulator-row.tabulator-selected .tabulator-cell {
    background-color: #33BBEE;
}

.tabulator-row.tabulator-selected:hover .tabulator-cell {
    background-color: #33AADD;
}