table.fixedHeader-floating {
  position: fixed !important;
  background-color: white;
  z-index: 1;
  margin-top: 0px !important;
}

table.fixedHeader-floating.no-footer {
/*   border-bottom-width: 0; */
}

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
