
.cookieconsent { position:fixed; bottom:0; left:0; z-index:999; width:100%; padding:0.5em 0.5em 1em 0.5em; background-color:#404040; text-align:center; }
.cookieconsent.closed { display:none; }
.cookieconsent-message { color:white; font-size:0.875em; }
.cookieconsent-button { margin:0 1em; border:1px solid #808080; border-radius:3px; cursor:pointer; padding:0.25em 1em; }
.no-touch .cookieconsent-button:hover { background-color:#606060; }
.cookieconsent a { color:white; font-weight:700; }
.no-touch .cookieconsent a:hover { text-decoration:underline; }
