/* pkgdown makes every table a scrolling block (`main table { display: block }`),
   which defeats lt's centering and stretches its rules across the column. */
main table.lt-table { display: table; max-width: 100%; }

/* Keep statistics on one line; lt's .lt-wrap scrolls horizontally when a
   table is wider than the column. */
main table.lt-table .al-c,
main table.lt-table .al-r { white-space: nowrap; }
