#eu_cookiebox span {
  color: white;
  text-decoration: none;
  cursor: default;
}

#eu_cookiebox a {
  color: #2aa8f0;
  text-decoration: underline;
  font-weight: normal;
  cursor: Pointer;
}

#eu_cookiebox a:hover {
  text-decoration: none;
  color: #7de6ff;
  cursor: Pointer;
  background: black;
}

#eu_cookiebox div {
  padding-left: 8px;
  padding-right: 265px;
}

#eu_cookieboxCloser {
  position: absolute;
  right: 55px;
  text-decoration-color: black;
  text-decoration: none;
  text-align: center;
  top: 0px;
  cursor: Pointer;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f1d600;
  border-radius: 7px;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
 }

#eu_cookieboxCloser:hover {
  text-decoration-color: black;
  cursor: pointer;
  font-weight: normal;
  background-color: white;
}

#eu_cookiebox {
  display: block;
  z-index: 5000;
  position: fixed;
  top: 0px;
  min-height: 30px;
  padding: 15px;
  margin: 0;
  width: 100%;
  border: 1px solid black;
  border-bottom: none;
  background: black;
  font-size: 16px;
  font-family: arial, helvetica, tahoma ,verdana, sans-serif;
  cursor: default;
  line-height: 22px;
}
