.cookie-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #77cc6d;
}
.cookie-alert p {
    display: block;
    float: left;
    text-align: center;
    width: 100%;
    font-size: small;
}
.cookie-alert a.accept-cookie {
    display: inline-block;
    max-width: 200px;
    background: #96d78f;
    color: #FFF;
    padding: 5px 10px;
}