.floatingHeader {
    margin-bottom: 0;
}

.floatingHeader thead {
    display: table;
    opacity: 0;
    table-layout: fixed;
    background-color: #dfdfdf;
    top: 0vh;
    box-shadow: 0px 5px 5px 0px white;
    position: absolute;
    z-index: -1;
    transition: top 0.1s ease-in;
}

.floatingHeader thead.floating {
    position: fixed;
    opacity: 1;
    transition: opacity 0.25s ease-in;
}

.buttonDisabled {
    opacity: 0.7
}

.buttonDisabled a {
    color: rgb(102, 102, 102);
    text-decoration: none;
}
