#cookieConsent {
    background-color: rgba(20, 20, 20, 0.8);
    min-height: 20px;
    font-size: 1.5em;
    color: #ccc;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}

#cookieConsent a.cookieConsentOK {
    background-color: #ec9c02;
    color: #000;
    display: inline-block;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    float: right;
    margin: 20px 100px 10px 30px;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #ecb03d;
}