.fixtable-fixed {
    position: fixed;
    top: 0;
    z-index: 101;
    background: rgb(250, 250, 250);
    border-bottom: 1px solid #ddd;
}
