table {
  font-size: var(--psi-fs-label-16);
  line-height: var(--psi-lh-label-16);
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  text-align: left;
  border-collapse: collapse;
}

thead th {
  vertical-align: bottom;
}
thead th, thead td {
  border-bottom: 1px solid var(--psi-color-dark);
}

th,
td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--psi-color-dark);
  font-weight: var(--psi-fw-bold);
}

caption + thead tr:first-child th,
caption + thead tr:first-child td,
colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0;
}

tbody + tbody {
  border-top: 2px solid var(--psi-color-dark);
}

tr.even {
  background-color: var(--psi-color-gray-200);
}