/* Basscss Color Tables */

@import 'basscss-defaults';

.table-light th,
.table-light td {
  border-bottom-width: var(--border-width);
  border-bottom-style: solid;
  border-bottom-color: var(--border-color);
}

.table-light tr:last-child td {
  border-bottom: 0;
}

