body {
    min-width: 310px !important;
}
#content_main h1 {
    padding-right: 15px;
    background-color: #5ca93c;
    background-image: linear-gradient(to top,#3b9814 0,#73b658 100%);
}
table {
    margin-bottom: 18px;
}

/* UPRAVA NEWSLETTERU */
#content_main .newsletter-info
#content_main .newsletter-info ul,
#content_main .newsletter-info p {
    color: rgb(90,90,90);
}
#content_main .newsletter-info table {
    border: solid 4px #5ba93b;
    border-spacing: 0px;
    border-style: solid;
    margin-bottom: 20px;
    padding: 10px;
    width: 90%;
    margin: 0px 40px 20px 40px;
    margin-left: auto;
    margin-right: auto;
}
#content_main .newsletter-info table td {
    border: solid thin rgb(90,90,90);
    padding: 5px;
}

/* responsive */
form, form table {
    max-width: 100% !important;
    overflow: hidden;
}
.input_long {
    width: 240px;
}
.text-block form input {
    max-width: 100% !important;
}
input {
    max-width: 100% !important;
}
.osobni-udaje {
    margin:0 auto;
    width: 80%;
    display: block;
}
.osobni-udaje:after {
    clear: both;
    display: table;
    content: "";
}
.osobni-udaje > div {
    float: left;
    width: 50%;
}
.description table {
    border: none;
    padding: 0;
    width: 100%;
}
.osobni-udaje {
    margin-bottom: 18px !important;
}
.text_block form table {
    margin-left: 0;
}

/* media */
@media (max-width: 991px) {
    .ast_img {
        display: block;
        margin: 0 auto !important;
        max-width: 100%;
        object-fit: cover;
    }
    #header ul.opened li {
        background: 0 0;
        width: 100%;
        text-align: center;
    }
    .bmr_kalkulacka {
        background-repeat: no-repeat !important;
        background-position: right !important;
    }
    .bmi_kalkulacka {
        background-position: bottom left !important;
    }
}

@media (max-width: 980px) {
    #header_line {
        display: none;
    }
}
@media (max-width: 767px) {
    #footer {
        background-size: cover !important;
    }
    #header {
        background-position: -38px !important;
    }
}
@media (max-width: 680px) {
    .text_block form table {
        margin: 0 auto !important;
    }
}
@media (max-width: 480px) {
    .osobni-udaje > div {
        float: left;
        width: 100%;
    }
    .text_block h2 {
        padding-left: 0 !important;
        text-align: center !important;
        padding-top: 30px !important;
    }
    .text_block h2 span {
        text-align: center;
    }
}
@media (max-width: 450px) {
    #content_main .newsletter-text-wrapper p.souhlas {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 400px) {
    .input_long {
        background: url('/images/input_short2.png');
        background-repeat: no-repeat;
        width: 158px; 
    }
    .text_block select {
        width: 168px !important;
    }
}
