1table.fixedHeader-floating {
2  background-color: white;
3}
4
5table.fixedHeader-locked {
6  position: absolute !important;
7  background-color: white;
8}
9
10@media print {
11  table.fixedHeader-floating {
12    display: none;
13  }
14}
15