.cookie-overlay {
    background-color: #000;
    bottom: 0;
    display: none;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 1000077;
    display: block;
}

.gdpr-terms-and-conditions-btn {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
    font-weight: 300;
    line-height: 20px;
    color:#fff;
    text-decoration: none;
}

.gdpr-terms-and-conditions-btn:hover {
    color: #f60;
}

.gdpr-modal-btn-ok {
    margin: 20px 0;
}

.gdpr-panel-general-text {
    margin: 0;
    font-family: 'OpenSans', sans-serif;
    font-weight: 300;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.btn-success {
    width: 180px;
    padding: 5px 10px;
    font-size: 14px;
    font-family: 'OpenSans', sans-serif;
    background: #ff6600;
    border: 1px solid #ff6600;
}

.btn-success:hover {
    background: #c1001b;
    color: #fff;
    border: 1px solid #c1001b;
}