.cookies-information { position: fixed; bottom: 0; z-index: 29000; background: #DCDCDC; width: 100%; text-align: center; }
.cookies-information .innerDiv { padding: 5px; font-size: 13px; color: #000; }
.cookies-information a { text-decoration: underline; color: #000; font-size: 13px; }
.cookies-information a:hover { text-decoration: none; }
.cookies-information #allow-cookies-button { font-size: 13px; background: #818182; color: #fff; border-radius: 3px; padding: 2px 8px; display: inline-block; cursor: pointer; margin-left: 10px; }