#logo-img {
  max-width: 10em;
  height: auto;
}

/* https://github.com/beercss/beercss/issues/241 */
thead.fixed,
thead th.fixed {
  position: sticky;
  z-index: 1;
  top: 0;
  background-color: var(--surface-container);
}

tfood.fixed,
tfoot th.fixed {
  position: sticky;
  z-index: 1;
  bottom: 0;
  background-color: var(--surface-container);
}