.cc-window {
  background: rgb(240, 240, 240);
}

.cc-banner {
  background: rgb(240, 240, 240);
  border-top: 1px solid #ccc;
  font-family: 'Source Sans Pro',sans-serif;
  justify-content: center;
}

.cc-message {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  flex: none !important;
}

.cc-message a, .cc-message a:link, .cc-message a:visited {
  color: #e65f1e;
  text-decoration: none;
}

.cc-message a:hover, .cc-message a:active, .cc-message a:focus {
  color: #e65f1e;
  text-decoration: underline;
}
.cc-btn {
  background: #e65f1e;
  color: #fff;
  border: none;
}

.cc-btn:hover {
  background: rgb(51, 51, 51);
  color: #fff;
  border: none;
}
