table.fixedHeader-floating{
    position: fixed !important;
    background-color: white
}
table.fixedHeader-floating.no-footer{
    border-bottom-width: 0
}
table.fixedHeader-locked{
    position: fixed !important;
    top:50px !important;     
    background-color: white
}
@media print{
    table.fixedHeader-floating{
        display: none
    }
}
