#c_1_content_c_2 {
    position: static !important;
    height: 100%;
}

#c_obszarRoboczy {
    overflow: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
}

#c_obszarRoboczy > not(:first-child) {
    margin-top: 10px;
}

.context-bar {
    display: flex;
    align-items: center;
    flex-direction: row;
    min-height: var(--context-bar-height, 50px);
    max-height: var(--context-bar-height, 50px);
    padding: 0 15px;
    overflow: auto;
}

.context-bar[hidden] {
    display: none;
}

.context-bar > :not(:last-child) {
    margin-right: 0.5rem !important;
}

.layout-menu-top {
    height: calc(100vh - var(--footer-height, 0px));
}

.zostaw-miejsce-na-pomoc > :first-child {
    margin-right: 0.3em !important;
    max-width: calc(100% - var(--default-icon-size, 1em) - 0.25em);
}