#cookies-information { position: fixed; left: 0; bottom: 0; width: 100%; line-height: 30px; color: white; background: rgba(0, 0, 0, 0.85); z-index: 1000; padding: 10px; text-align: center; font-size: 14px; }
#cookies-information a { color: #EB7D23; text-decoration: none; }
#cookies-information a:hover { color: #fff; text-decoration: none; }
  .cookies-text { width: 70%; margin: 0 auto; }
a#allow-cookies-button { width: 120px; height: 20px; line-height: 20px; display: inline; margin: 0 auto; background: green; color: white; padding: 5px; cursor: pointer; border: 0; border-radius: 3px; -webkit-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }
a:hover#allow-cookies-button { background: #EB7D23; color: white; text-decoration: none; }