article.single {
    max-width: 50em;
    text-align: left;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  border-bottom: 1px solid #ccc; /* Horizontal border */
  padding: 8px;
}

/* Remove top border from the first row */
thead tr:first-child th {
  border-top: none;
}

td:not(:last-child),
th:not(:last-child) {
  border-right: none; /* Ensure no vertical borders */
}

/* Optional: remove bottom border from the last row */
/* tbody tr:last-child td { */
  /* border-bottom: none; */
/* } */
