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

table th {
  text-align: left;
}

table td {
  text-align: left;
}

table tbody tr td {
  padding: 1em 0;
}

table tbody tr:not(:last-child) {
  border-bottom: 1px solid rgb(200,200,200);
}