.c-directory-table {
  border: none;
}
.c-directory-table tr {
  border-top: 1px #999 solid;
}
.c-directory-table tr:nth-of-type(even) {
  background-color: #fff;
}
.c-directory-table th:not(:last-child), .c-directory-table td:not(:last-child) {
  border-right: none;
}

.c-directory-table__cell-name {
  font-family: "Typold W05", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}