#cccwr .ccc-widget {
  bottom: 0;
  left: 0;
  width: 100%;
}

#cccwr.ccc-dark .ccc-widget .ccc-outer {
  background: #0194D3;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 10px 30px;
  box-sizing: border-box;
}

#cccwr.ccc-dark .ccc-widget .ccc-inner > h2 {
  display: none;
}

#cccwr .ccc-widget #ccc-explicit-checkbox {
  display: none !important;
}

#cccwr .ccc-widget .ccc-expand,
#cccwr .ccc-widget .ccc-about {
  display: none;
}

#cccwr .ccc-widget .ccc-intro {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.2;
}

#cccwr .ccc-widget .ccc-intro a {
  color: white;
  text-decoration: underline;
}

#cccwr .ccc-widget .ccc-intro a:hover {
  text-decoration: underline;
}

#cccwr .ccc-content #ccc-cookies-switch {
  margin: 15px auto 0;
}

#cccwr.ccc-dark .ccc-widget .ccc-close {
  right: -15px;
  top: 0;
}

#cccwr div#ccc-icon button {
  background-image: url('./cookie/corner.png');
}

#cccwr .ccc-content #cctoggle {
  background: white;
  color: #333;
  width: auto;
  border-radius: 4px;
  height: 28px;
  font-family: "AvenirLTW05-65Medium", "Times New Roman", Times, serif;
}

#cccwr .ccc-content #cctoggle:hover {
  background: rgba(255, 255, 255, 0.8);
}

#cccwr .ccc-content #cctoggle .cctoggle-text-off,
#cccwr .ccc-content #cctoggle .cctoggle-text-on {
  padding: 10px 20px;
}

.cookieconsent {
  display: none;
}
