.cc_container {
  border: 0 none !important;
  background: #67afe1 !important;
  color: #fff !important;
  font-family: "HelveticaNeue",Arial,sans-serif !important;
  a {
    color: #fff !important;
    margin-left: .5em;
    &:link:hover {
      border-bottom: 2px solid #fff;
      -webkit-transition: border-color .2s;
      transition: border-color .2s;
    }
  }
  .cc_btn,
  .cc_btn:visited {
    background-color: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 3px !important;
    &:hover,
    &:active {
      border: 2px solid #fff !important;
      background: #fff !important;
      color: #67afe1 !important;
    }
  }
}