#cookie-popup {
    display: block;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 9999;
    padding: 20px;
    max-width: 304px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .9);
    text-align: center;
}
#cookie-popup p { color: #fff; }
#cookie-popup a {
    color: #337ab7;
    text-decoration: underline;
}