table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  background-color: #fff;
  color: #212529;
  font-size: 14px;
}

th, td {
  padding: 0.5rem 0.75rem;
  border: 1px solid #dee2e6;
}

thead th {
  background-color: #f8f9fa;
  font-weight: bold;
}

tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa; /* zebra row */
}

tbody tr:hover {
  background-color: #f2f2f2; /* hover effect */
}

td:first-child, th:first-child {
  padding-left: 6px !important;
}