.tableFixHead          { overflow: auto; height: 65%; }
.tableFixHead thead th { position: sticky; top: 100px; z-index: 1; }

/* Just common table stuff. Really. */
// table  { border-collapse: collapse; width: 100%; }
// th, td { padding: 8px 16px; }
// th     { background:#eee; }
