
#cookie-notice {
    background-color: rgba(30, 30, 30, 0.85);
    border-top: 2px solid #ff0000;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    height: auto;
    left: 0;
    line-height: 22px;
    min-width: 100%;
    padding: 14px;
    position: fixed;
    text-align: center;
    z-index: 100000;
}
#cookie-notice a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
#cookie-notice a:hover {
    text-decoration: none;
}
#cookie-notice #cookie-button {
    background-color: #ffc600;
    color: #333;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding: 3px 10px;
    text-decoration: none;
}
#cookie-notice #cookie-button:hover {
    color: #fff;
}
