#cookieConsent {
  background-color: #1b5972;
  max-height: 140px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 8px 10px;
  font-family: "Trebuchet MS",Helvetica,sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
  box-shadow: 0 0 4px #000000;
  border: 1px solid #000;
}

#cookieConsent a {
  color: #4B8EE7;
  text-decoration: none;
}

#cookieConsent a.cookieConsentOK {
  background-color: #f37021;
  position: relative;
  right: 20px;
  color: #FFF;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
  position: center;
  white-space: nowrap;
  margin-top: 20px;
  transform: translateY(-50%);
  width: 100px;
  text-align: center;
  box-shadow: 0 1px 3px #000;
}

#cookieConsent a.cookieConsentNok {
  background-color: #444;
  position: relative;
  color: #FFF;
  display: inline-block;
  border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  float: right;
  margin: 0 60px 0 10px;
  position: center;
  white-space: nowrap;
  margin-top: 20px;
  transform: translateY(-50%);
  width: 100px;
  text-align: center;
  box-shadow: 0 1px 3px #000;
}

#cookieConsent a.cookieConsentOK:hover {
  background-color: #ff8737;
}

#cookieConsent a.cookieConsentNok:hover {
  background-color: #666;
}
