﻿/* every cellar */
.cellar {
    font-size: 0.98em;
    padding: 0.8em;
}

/* specific for cellar 1*/
#cellar-1-container {
    /* creates x% free space on the left side of the cellar */
}

/* specific for cellar 1*/
#cellar-1 {
}

.menu--horizontal {
    z-index: 1200;
}

/* cellar numbers*/
.cellar__number {
}

/* cellar number of cellar 1*/
#cellar-1 .cellar__number {
}

/* cellar rows container */
.cellar__rows {
    line-height: 2em;
}

.column-selector-container {
    padding-top: 1px !important;
    padding-bottom: 0px !important;
}


#row-overview {
    grid-row-gap: 0px !important;
}

#row-overview h3 {
    margin-bottom: 3px;
}

    #row-overview .button {
        margin-top: 0px;
        margin-bottom: 3px;
    }

    #row-overview .column-selector .column-selector__column {
        line-height: 1 !important;
    }
        #table-container {
        padding-bottom: 0 !important;
    }
    .storage-table .column-header {
    line-height: 0.5px !important;
}
    /* this kind of style is applied to "rack" rows and "corridor" rows */
    .row {
}

    /* racks / shelves */
    .row.row--rack {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    /* gaps / corridors */
    .row.row--corridor {
    }

/* specific row (rack / shelve) */
#cellar-1-row-3 {
}

/* row number inside rack */
.row__number {
}

/* percentage text, which also holds progress background */
.row__percentage {
}

/* total fill bar */
.cellar-total {
}
