.cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 30px;
    background: #FFF;
    font-size: 14px;
    text-align: center;
    color: #000;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.cookie-notice a {
    color: #000;
    text-decoration: underline;
    margin-left: 10px;
}