@media not print {
  .tableFixHead          { overflow-y: auto; height: 100px; }
  .tableFixHead thead th { position: sticky; top: 0;background-color: #ffbb33 }  
}
