<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#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 &gt; div:nth-child(2) &gt; div &gt; table &gt; tbody &gt; tr &gt; th {
  color: var(--subheader-fg-color);
  background: var(--subheader-bg-color);
}
#records &gt; div:nth-child(2) &gt; div &gt; table &gt; tbody &gt; tr &gt; th:nth-last-child(n+2) {
  padding-right: 0;
}
#records &gt; div:nth-child(2) &gt; div &gt; table &gt; tbody &gt; tr &gt; 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 */</pre></body></html>