#cookie-policy-consent {
  width: 100%;
  padding: 16px 0 16px 20px;
  position: fixed;
  bottom: 0;
  z-index: 999;
  border-top: 1px solid #fff;
  background: #abc9e3;
}
#cookie-policy-consent p {
  position: relative;
  margin: 0 auto;
  padding: 0 10px 0 30px;
  max-width: 900px;
  text-align: left;
  color: #fff;
}
#cookie-policy-consent p b {
  font-weight: 700;
}
#cookie-policy-consent p a {
  color: #fff;
  text-decoration: underline;
}
#cookie-policy-consent p a:hover {
  color: #fff;
}
#cookie-policy-consent svg {
  position: absolute;
  top: -2px;
  left: 10px;
  float: left;
  margin-right: 8px;
}
#cookie-policy-consent svg .bg {
  fill: #FFFFFF;
}
#cookie-policy-consent svg .fg {
  fill: #335B90;
}
#cookie-policy-consent a#cookie-policy-consent-more-info {
  text-decoration: underline;
  color: #fff;
}
#cookie-policy-consent a {
    }

#cookies-warning-more-info {
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    background-color: #888;
    padding: 9px;
}

#cookie-policy-consent-close {
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    background-color: #005a95;
    padding: 9px;
}

/* CAUTION!: This rule must be the last */
#cookie-policy-consent {
  display: block !important;
}
