.atrybutNaglowek {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    border-top: 2px solid #949494;
    font-weight: bold;
}

.warehouse {
    text-align: center;
}

.przedzial {
    float: left;
    background-color: yellow;
}

#menu {
    display: flex;
    padding: 0;
    list-style: none;
}

#menu a :hover {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

#menu>li {
    float: left;
    margin-right: 10px;
}

#menu li.clickable {
    cursor: hand;
    cursor: pointer;
}

#menu li.clickable :hover {
    text-decoration: underline;
}

.selected {
    font-weight: bold;
    text-decoration: underline;
}

.notToShow {
    display: none;
}