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