.fixed-header {
    top: 40px;
    position: fixed;
    width: auto;
    display: table;
    z-index: 99;
    background: white;
}

.tbody-offset:before {
    content: " ";
    display: block;
}