/* Table with vertical lines */
.table-with-vertical-lines th,
.table-with-vertical-lines td {
  border-right: 1px solid #e5e7eb;
}

.table-with-vertical-lines th:last-child,
.table-with-vertical-lines td:last-child {
  border-right: none;
}

/* Add vertical borders to the table */
.table-with-vertical-lines {
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
}