.eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #372200;
    z-index: 9999;
}

.eu-cookies button {
    min-width: 90px;
    color: #372200;
    font-size: 14px;
    background-color: #e2c48c;
    border: 1px #d1b37b solid;
}

.eu-cookies a,
.eu-cookies a:visited {
    color: inherit;
    text-decoration: underline;
}