.cc-window {
  border-top: 1px solid #808080;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  display: block;
}
.cc-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px !important;
}
.cc-banner .cc-compliance {
  display: block;
  margin-left: 0px;
  /*text-align: right;*/
}
.cc-banner .cc-btn {
  margin-top: 25px;
  border-width: 1px;
  border-radius: 0px;
  padding: 10px 16px !important;
  text-decoration: none !important;
  font-weight: normal !important;
  display: inline-block;
  font-size: 15px;
  /*width: 100px;*/
}
.cc-banner .cc-btn:last-child {
  min-width: 50px;
}
.cc-compliance {
  margin-left: 25px;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: #fff;
  color: #978056;
}
.cc-message {
  margin-top: 10px;
}
.cc-message a {
  border-bottom: 1px solid #c2c3c4;
  text-decoration: none;
  font-weight: 700;
}
.cc-message a:hover {
  border-bottom-color: #FF0088;
}
.cc-revoke {
  display: none;
}
