/* Sticky header table */

#Table1 thead th {
  position: sticky;
  /*top: 0;*/
 /*top: 60px;*/
 /*Account for sticky header already on page*/
  top: 97px;
  z-index: 2;
}