img {
    max-width: 100%;
}

#banner_top {
    background: #dadada;
}

#banner_bottom {
    padding-bottom: 30px;
    padding-top: 30px;

    position: relative;
}

#banner_lekaf {
    min-height: 41px;
}

#banner_lekaf img {
    margin: -33px auto 0;

    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

#content {
    background: #f2f6ed;
    border-top: 2px solid #7f7f7f;
    padding-bottom: 30px;
}

#content_purchase {
    padding-top: 63px;
}

#content_purchase h2, #content_purchase .h2 {
    color: #7cba3f;
    font-size: 20px;
}

#ppcom {
    margin-bottom: 2px;
}

#mentus_info {
    width: 150px;
    margin-top: 25px;
}

#content h1 {
    color: #7cba3f;
    margin-bottom: 20px;
}

.form-control {
    border-color: #7cba3f;
}

.btn-primary {
    color: #fff;
    width: 100%;
    display: block;
}

.btn-primary {
    background-color: #7cba3f;
    border-color: #7cba3f;
}

.btn-primary:active, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #68ba12;
    border-color: #68ba12;
}

ol, ul {
    padding-left: 17px;
}

input[type="image"][disabled] {
    cursor: not-allowed;
}

@media only screen and (max-width: 991px) {
    #content_description {
        padding-top: 63px;
    }

    #content_purchase {
        padding-top: 0;
    }
}