#records table {
  width: 100%;
  margin: 0;
}
#records th:nth-child(2),
#records td:nth-child(2) {
  overflow-wrap: break-word;
  word-break: break-word;
}
#records th:nth-child(3),
#records td:nth-child(3),
#records th:nth-child(4),
#records td:nth-child(4) {
  text-align: right;
}
#records > div:nth-child(2) > div > table > tbody > tr > th {
  color: var(--subheader-fg-color);
  background: var(--subheader-bg-color);
}
#records > div:nth-child(2) > div > table > tbody > tr > th:nth-last-child(n+2) {
  padding-right: 0;
}
#records > div:nth-child(2) > div > table > tbody > tr > th[colspan='100%'] {
  color: var(--header-fg-color);
  background: var(--header-bg-color);
  border-bottom: solid 1px var(--header-border-color);
}
@media screen and (max-width: 40em) {
  #records td {
    padding-bottom: 4em;
  }
  #records th:nth-child(2),
  #records td:nth-child(2) {
    display: block;
    float: left;
    position: absolute;
    padding-right: 3em;
    background: transparent;
    left: 2.5em;
    margin-top: 2em;
    border-bottom: 0;
    padding-bottom: 0;
  }
  #records th:nth-child(2) {
    visibility: hidden;
  }
  #records tr.spacer td {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=records.page.css.map */