/* All tables on the page: smaller type and top-aligned cells, so
   dense columns (long "Sequence" text, multi-line entries) read as
   lists instead of being vertically centered against short
   neighbouring cells. */
table {
  font-size: 0.82em;
}
table td,
table th {
  vertical-align: top;
}
