#tx_cookies_inner {
    position: relative;
    background: inherit;
    padding: 10px;
}

#tx_cookies {
    position: fixed;
    background: #f5f5f5;
    border-top: 1px solid #4c5b9f;
    padding: 0;
    width: 100vw;
    bottom: 0;
    left: 0;
    z-index: 110;
    color: #fff;
}

#tx_cookies_inner input[name="tx_cookies_main[submit]"],
#tx_cookies_inner #tx_cookies_close {
    font-size: 10px;
    font-weight: 300;
    width: 100%;
    border: 1px solid #4c5b9f;
    background-color: #fff;
    color: #4c5b9f;
    text-align: center;
    display: inline-block;
    padding: 9px 10px;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

form#tx_cookies_disable,
form#tx_cookies_hide {
    float: left;
    width: 160px;
    margin-top: 5px;
}
form#tx_cookies_disable {
    margin-right: 10px;
}

#tx_cookies #tx_cookies_close {
    display: none;
}

#tx_cookies p {
    font-size: 12px;
    line-height: 14px;
}

@media (max-width: 767px) {
    #tx_cookies h3 {
        margin: 0;
        font-size: 12px;
        font-weight: 300;
        line-height: 16px;
        font-family: 'PT Sans', sans-serif;
    }
}

@media (min-width: 767px) {
    #tx_cookies_inner input[name="tx_cookies_main[submit]"],
    #tx_cookies_inner #tx_cookies_close {
        font-size: 16px;
        font-weight: 300;
        padding: 9px 15px;
    }
    form#tx_cookies_disable,
    form#tx_cookies_hide {
        width: 250px;
        margin-top: 10px;
    }
    #tx_cookies p {
        font-size: 14px;
        line-height: 18px;
    }
}

#tx_cookies_showPermanent {
    display: none !important;
}

.clearboth {
    clear: both;
}

#tx_cookies h3 {
    margin: 0;
    font-size: 14px;
    color: #024a89;
    line-height: 36px;
    font-weight: 400;
}

#tx_cookies p {
    margin: 0;
    color: dimgrey;
}
