.cookieconsent {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: #ccc;
    color: #000;
    text-align: center;
    z-index: 99999;
}

.cookieconsent a {
    color: #00f;
    text-decoration: underline;
    cursor: pointer;
}
