#pst_cookie_alert {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background: white;
    border-radius: 2px;
    padding: 10px 10px 0;
    max-width: 330px;
    border: 1px solid #ccc;
    z-index: 1000;
}
#footer #pst_cookie_alert a.btn-default {
    color: #333333;
}