#cookienotice {
  visibility: hidden;
  position: fixed;
  background-color: #002d64;
  width: 100%;
  color: #fff;
  bottom: -400px;
  transition: bottom 1s, visibility 1s;
  z-index: 9999;
  max-height: 100%;
  overflow-y: auto;
}
#cookienotice.open {
  visibility: visible;
  bottom: 0;
}
#cookienotice .inner {
  max-width: 960px;
  margin: 1em auto;
  box-sizing: border-box;
  padding: 0 1em;
}
#cookienotice a {
  color: #fff;
  text-decoration: underline;
}
#cookienotice a.external {
  background-position: right 3px center;
  background-repeat: no-repeat;
  padding-right: 16px;
  background-image: url('/20220409010311oe_/https://hongkong.cochrane.org/assets/img/external-link-white.png');
}
#cookienotice h4 {
  margin: 0.5em 0;
}
#cookienotice .cookieslist {
  display: none;
  padding-left: 1em;
}
#cookienotice.set .cookieslist {
  display: block;
}
#cookienotice .cookieslist li {
  list-style-type: none;
}
#cookienotice .accept_all, #cookienotice .configure {
  display: inline-block;
  background-color: #962d91;
  border: 2px solid #962d91;
  padding: 0.3em 1em;
  cursor: pointer;
  margin: 0 1px;
}
#cookienotice .configure {
  background: none;
}
#cookienotice label {
  font-weight: normal;
  display: inline;
}
#cookienotice label .label {
  font-weight: 600;
}
#cookienotice label .description {
  display: block;
  padding-left: 2em;
}
#cookienotice input[type="checkbox"] {
  display: inline;
  visibility: visible;
}
#cookienotice label::before {
  display: none;
}

#cookiesettings {
  cursor: pointer;
}

