#cookie-body {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.96);
    width: 100%;
    z-index: 999;
    padding: 18px 20px 0;
    text-align: center;
    font-size: 12px;
    color: #eee;
    line-height: 1.5em;
}
#cookie-body div {margin-bottom: 10px}

#cookie-body .h2 {
    font-weight: bold;
    margin:0 0 5px;
    font-size: 12px;
}

#cookie-body a {color: #fff; text-decoration: underline}

#cookie-body #cp-accept,
#cookie-body #cp-decline {
    border: 1px solid #292929;
    padding: 5px 11px;
    border-radius: 5px;
    margin: 0 15px 0 -2px;
    font-weight: bold;
    background:#000;
}