body {
    min-width: 320px;
}

pre, xmp, plaintext, listing {
    white-space: normal !important;
}

.mobile {
    display: none;
}

@media (max-width: 1366px) {
    .page__header > td {
        height: auto !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-top tr td:nth-child(1) {
        width: 200px;
    }

    .header-top tr td:nth-child(3) {
        width: 70px;
    }

    #main_content img {
        max-width: 100%;
        height: auto !important;
    }

    table.trainers img,
    table.reviews img,
    .sectiontableentry2 img{
        max-width: 240px !important;
    }

    table.trainers img {
        max-width: 200px !important;
    }

    #main-slider {
        max-width: 640px;
        height: auto;
    }
}

@media (max-width: 1200px) {
    #main-slider {
        max-width: 460px;
    }

    .header-top tr td:nth-child(1) {
        text-align: left;
        padding-left: 15px;
    }

    .header__logo {
        width: 150px;
    }

    a.mainlevel-nav,
    a.mainlevel-nav:hover,
    a.mainlevel-nav:link,
    a.mainlevel-nav:visited {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
}

@media (max-width: 992px) {
    .mobile {
        display: block;
    }

    .header-top tr td:nth-child(1) {
        width: 96px;
        min-width: 96px;
    }

    .header-top tr td:nth-child(2) > img,
    .header-top tr td:nth-child(2) > ul.social {
        display: none;
    }

    .header-top tr td:nth-child(3) {
        text-align: right;
        padding-right: 15px;
        /*width: auto;*/
    }

    #toggle-menu {
        display: inline-block;
    }

    .header__logo {
        width: 80px;
    }

    .page__menu {
        display: none;
    }

    .content__side-left {
        display: none !important;
    }

    table.trainers img,
    table.reviews img {
        max-width: 150px !important;
    }
}

@media (max-width: 768px) {
    .content_table,
    .content_table > tbody,
    .content_table > tbody > tr,
    .content_table > tbody > tr > td,
    table.trainers,
    table.trainers > tbody,
    table.trainers > tbody > tr,
    table.trainers > tbody > tr > td,
    table.reviews,
    table.reviews > tbody,
    table.reviews > tbody > tr,
    table.reviews > tbody > tr > td,
    tr.sectiontableentry2,
    tr.sectiontableentry2 > td{
        box-sizing: border-box;
        display: block
    }

    tr.sectiontableentry2 > td {
        width: auto !important;
    }

    tr.sectiontableentry2 + tr.sectiontableentry2 > td:first-of-type,
    tr.sectiontableentry2 > td:nth-child(3) {
        padding-top: 15px;
    }

    #content {
        padding-left: 15px;
        padding-right: 15px;
    }

    #main_content {
        margin: 0 0 15px 0;
        border-spacing: 0;
    }

    table.contentpaneopen {
        width: 100%;
        margin: 0;
        border-spacing: 0;
        padding: 0;
    }

    table.content {
        border: 0;
    }

    #right_outer {
        float: none !important;
        width: auto;
        padding: 0;
    }

    .content__side-right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content__side-right:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
    }

    #right_inner_float {
        width: auto;
    }
}

@media (max-width: 768px) {
}

@media (max-width: 640px) {
    #main-slider {
        max-width: 270px;
    }

    #questionnaire_fieldset .form-group {
        flex-direction: column;
    }

    #questionnaire_fieldset .form-group + .form-group {
        margin-top: 15px;
    }

    #questionnaire_fieldset .form-group label {
        width: auto;
        max-width: initial;
        text-align: center;
        line-height: normal;
    }
}