body #cookie-policy.cookiepolicy {
    position: fixed;
    display: none;
    z-index: 5000;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 15px 0 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;

    text-align: center;
    letter-spacing: normal;
    white-space: normal;
    color: white;
    background-color:rgba(80, 81, 84, 0.95);
}
#cookie-policy-title {
    color: white;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-size: 28px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 400;    
}
#cookie-policy-description {
    margin-top: 5px;
    margin-bottom: 15px;

}
body #cookie-policy.cookiepolicy .btn {margin:0 10px;}
body #cookie-policy.cookiepolicy .btn-link {margin:0 0; padding:5px;}

body #cookie-policy.cookiepolicy a {color:white;}
body #cookie-policy.cookiepolicy .agree {color:white;background-color:#185d9b;border-color:#093857;}
body #cookie-policy.cookiepolicy .refuse {color:white;background-color:#c53a3a;border-color:#b72b2b;}