.tabulator {
  border-radius: 4px;
}

.tabulator .tabulator-header .tabulator-col {
  background: #d9edf8;
}

.tabulator-row {
  background: #f9f9f9;
  border-bottom: 1px solid;
}

.tabulator-row:not(.tabulator-selected) .tabulator-row-even {
    background: #e2e1e1;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover,
.tabulator-row.tabulator-selectable:hover {
  background: #fff3cd;
}

.tabulator-row.tabulator-selectable:not(:hover) .tabulator-cell.editable {
    background: #fff;
}
