#tabulator_results {
  border: 1px solid #dee2e6;
}

#tabulator_results .tabulator-row {
  border-bottom: 1px solid #dee2e6;
}

#tabulator_results .tabulator-row-even {
  background-color: rgba(0, 0, 0, 0.05);
}

#tabulator_results .tabulator-row:hover {
  background-color: #d0d0d0;
}

#tabulator_results .tabulator-cell {
  border-right: 1px solid #dee2e6;
}

#tabulator_results .tabulator-cell:last-of-type {
  border-right: none;
}
