/*not sure if needed. After upgrade to libman I found this file doesn't exist anymore*/

table.fixedHeader-floating {
  position: fixed !important;
  background-color: white;
}

table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}

table.fixedHeader-locked {
  position: absolute !important;
  background-color: white;
  margin: 0 !important;
  border-top: 0 !important;
}

@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
