body {
    overflow-x: hidden;
}

.region-primary-menu {
    display: block;
}

.navbar-header img,
.footer-menu img {
    width: auto !important;
    max-width: 100%;
    height: auto;
}

.footer-menu #logo_cnr {
    max-height: 46px;
}

.node__content h1 {
    margin-top: 0;
}

.node__content table {
    width: 100%;
    margin: 18px 0;
    border-collapse: separate;
    border-spacing: 0;
}

.node__content td,
.node__content th {
    padding: 12px;
    vertical-align: top;
    border-bottom: 1px solid #d8d8d8;
}

.node__content .sw_lib td {
    background: #fbfbfb;
}

.node__content hr {
    border: 0;
    border-top: 1px solid #d8d8d8;
    margin: 28px 0;
}

.bottom-widgets .block {
    min-height: 100%;
}

.skip-link {
    position: absolute;
    left: -9999px;
}

.skip-link:focus {
    left: 15px;
    top: 15px;
    z-index: 1000;
    padding: 8px 12px;
    background: #fff;
    color: #000;
}

@media (max-width: 767px) {
    .region-primary-menu {
        display: none;
        margin-top: 15px;
    }

    .footer-menu {
        position: static;
    }

    body {
        padding-bottom: 0;
    }
}