#custom-opt-out-signal {
  background: #e1f5fe;
  border: 1px solid #01579b;
  border-radius: 4px;
  color: #01579b;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0;
  padding: 10px;
}

#ccc #ccc-button-holder .ccc-notify-button.ccc-accept-button {
  background-color: #15efe5 !important;
  border-color: #15efe5 !important;
  color: #000 !important;
}

#ccc #ccc-button-holder .ccc-notify-button.ccc-notify-button {
  background-color: #15efe5 !important;
  border-color: #15efe5!important;
  color: #000 !important;
}

#ccc #ccc-button-holder .ccc-notify-button.ccc-notify-button:hover {
  background-color: #00c6b3 !important;
  border-color: #00c6b3 !important;
  color: #000 !important;
}

#ccc #ccc-button-holder .ccc-notify-button.ccc-accept-button span,
#ccc #ccc-button-holder .ccc-notify-button.ccc-reject-button span,
#ccc #ccc-button-holder button span,
#ccc #ccc-button-holder span {
  background-color: transparent !important;
  border-color: transparent !important;
  color: inherit !important;
}
