#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 button {
    background: #662D91 !important;
    border: 1px solid #662D91 !important;
    color: #fff !important;
}
#cookie-popup p {
    color: #fff;
    font-size: 14px;
}
#cookie-popup a {
    color: #337ab7;
    text-decoration: underline !important;
}