.table-standard {
  width: 100%;
  border-collapse: collapse;
}

.table-standard th,
.table-standard td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
}

.table.table-standard thead th {
  background-color: #e9ecef !important;
  color: #212529 !important;
  font-weight: bold !important;
}

/* Striped rows effect */
.table.table-standard tbody tr:nth-of-type(odd) {
  background-color: #f8f9fa !important;
}