#cookie-policy {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

#cookie-policy span, #cookie-policy span a {
    font-weight: 500;
    line-height: 14px;
}

#cookie-policy span {
    display: inline-block;
    margin: 0 15px 15px;
    padding: 12px 32px 12px 12px;
    font-size: 12px;
    text-align: left;
    pointer-events: auto;
    background: rgba(0,0,0,.7);
    border-radius: 6px;
    width: 544px;
}

#cookie-policy button {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 0;
    font: inherit;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 7px;
    display: inline-block;
    width: 28px;
    font-size: 20px;
    color: #a2a2a2;
    text-align: center;
}