/* Cookie consent settings */
.cc-banner.cc-banner {
  line-height: normal;
  padding: 10px 50px 10px;
}
.cc-banner .cc-message {
  font-size: 0.8em;
}

.cc-banner a.cc-btn {
  text-decoration: none;
  color: #c8c8c8;
  -webkit-transition: 200ms color;
  transition: 200ms color;
  width: 33%;
}

.cc-banner a.cc-btn:hover, .cc-banner a.cc-btn:active {
  background-color: #d3d3d3;
  color: #000;
  text-decoration: none;
}

.cc-banner a.cc-btn,.cc-banner a.cc-btn:visited,.cc-banner a.cc-btn:focus {
  color: #000;
  background-color: #c8c8c8;
  transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  text-decoration: none;
  width: 100%;
}

.cc-compliance {
  width: 33%;
  max-width: 145px;
}

div.clear {
  clear: both;
}