table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

tbody tr td {
  border-bottom-width: 1px;
  border-bottom-color: black;
}

td {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: black;
  text-align: center;
}

td:nth-of-type(1) {
    border-width: 0 1px 1px 0;
}