div#cookie-alert {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    padding: 20px;
    background-color: rgba(255,255,255,0.8);
    display: none;
    text-align: center;
    font-weight: bold;
}