#cookieConsent {
  background-color: #1e1645;
  font-size: 14px;
  color: #ccc;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}
#cookieConsent a {
  color: #4B8EE7;
  text-decoration: none;
}
#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: pointer;
  height: 20px;
  width: 20px;
  font-weight: bold;
}
#closeCookieConsent:hover {
  color: #FFF;
}
#cookieConsent a.cookieConsentOK {
  background-color: #000000;
  color: #fff;
  display: inline-block;
  border-radius: 0px;
  padding: 5px 20px 5px 20px;
  cursor: pointer;
  float: right;
}
#cookieConsent a.cookieConsentOK:hover {
  background-color: #fff;
  color: #1e1645;

}