#cookie-notice {
  display: none;
  overflow: hidden;
  background: #262626;
  color: white;
  text-align: left;
  padding: 3px 0 0 0;
  margin: 0;
  width: 100%;
}


#cookie-notice .cookie-notice-content {
  width: 90%;
  margin: auto;
  padding: 5px 0;
  position: relative;
}
#cookie-notice .cookie-notice-text {
  margin-right: 105px;
  position: relative;
}

#cookie-notice .cookie-notice-text a {
  color: white;
  font-weight: bold;
  text-decoration: underline;
}
#cookie-notice a:hover {
  text-decoration: none;
}

#cookie-notice .cookie-notice-content #cookie-notice-close {
  font-family: Arial, "Houschka Pro", sans-serif;
  padding: 9px;
}

#cookie-notice-close {
  position: absolute;
  display: block;
  top: 5px;
  right: 0;
  padding: 5px 10px 3px 10px;
  margin: 10px;

  border: #80E8B9 2px solid;
  background: #00D174;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Arial, "Houschka Pro", sans-serif;
  font-weight:bold;
  color:white;
}

#cookie-notice-close:hover {
  background: #22ec92;
  text-decoration: none;
  cursor: pointer;
}
