body{
background-color: #eee;
font-family:'Century Gothic', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-weight:normal; font-style:normal; text-align:center;
}
.cookies-eu-banner {
background: #444;
color: #fff;
padding: 6px;
font-size: 10px;
text-align: center;
position: sticky;
bottom: 1;
width: 100%;
z-index: 10;
border-radius: 10px;
}
.cookies-eu-banner button {
text-decoration: none;
height: 20px;
width: 104px;
color: #fff;
font-size: 12px;
line-height: 10px;
border: 1px solid Blue;
background-color: Blue;
border-radius: 10px;
transition: background 0.07s, color 0.07s, border-color 0.07s;
}
.cookies-eu-banner button:hover {
background: Green;
color: #fff;
border: 1px solid Green;
}
.hidden {
display: none;
}