/*https://stackoverflow.com/questions/21168521/table-fixed-header-and-scrollable-body*/
.tableFixHead          { overflow: auto; height: 90vh; /*height: 400px;*/ }
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }

/* Just common table stuff. Really. */
table  { border-collapse: collapse; width: 100%; }
th, td { padding: 8px 16px; }
th     { background:#eee; }