@charset "UTF-8";

article > table {
  border-collapse: collapse;

  td {
    vertical-align: top;
    padding-bottom: 0.25rem;
  }

  td:first-child {
    color: var(--dim-foreground);
    font-style: italic;
    padding-right: 2rem;
    white-space: nowrap;
  }
}
