.popup_cookies {
    position:fixed;
    bottom:0;
    background-color:rgba(255,255,255,.9);
    padding:30px;
    display:none;
    z-index:999999;
    border-top:1px solid #ccc;
    width:100%;
    text-align:center;
}

.popup_cookies b {
    text-transform:uppercase;
    padding-bottom:10px;
}

.popup_cookies p {
    margin-bottom:10px;
}

.popup_cookies a {
    background-color:#66CD00;
    color:#fff;
    font-weight:bold;
    padding:10px 30px;
    border-radius:3px;
    margin-left:auto;
    margin-right:auto;
    cursor:pointer;
    display:table;
}

.popup_cookies a:hover {
    background-color:#7fff00;
}