


#DashboardBackground, body {
    background-size:100%; background-position:left top;
    background-attachment:fixed;
    overflow-y:scroll;
}

.inner-bg-bit,
.fixed-scrollbar-table-hider {
    background-size:100%; background-position:left top;
    background-attachment:fixed;
}

:root {
    --top-bar: #00b0f0;
    --table-header: #4472c4;
    --table-header-lighter: #5881ca;
    --table-header-darker: #3965b5;
    --fancy: #e3eaf6;
}