 /* Sticky header for table */ 
th {
    position: sticky;
    top: 0;
  }