#background {
    /* background-image: url('main-background.jpeg'); */
    background-size: cover ;
    background-repeat: no-repeat ;
    background-color: #052c4f;
}

.bg-expired {
    background-color: #000 !important;
    color: #fff;
}

.bg-today {
    background-color: #f00 !important;
    color: #fff;
}

.bg-tomorrow {
    background-color: #ff0 !important;
  }

.bg-dayaftertomorrow {
    background-color: #0f0 !important;
}

.bg-stilltime {
    background-color: #00f !important;
    color: #fff;
}

.tabulator-cell-narrow {
    /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
    font-family: 'Arial Narrow Bold', sans-serif;
}

.tabulator-cell-bold {
    font-weight: bolder;
}

.sidebar-condensed {
    max-width: 10px !important;
}

.content-extended {
    margin-left: 15px !important;
}

/* tabulator row select override */
.bg-selected {
    background-color: #151951 !important;
    color: #a8dbf9 !important;
}