#ccc-left {
  position: fixed;
  bottom: 0;
  z-index: 10001;
}
#ccc-left a.ccc-link {
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/ccc-icons.png);
  background-position: -70px 0;
}
#ccc-left.ccc-green a.ccc-link {
  background-position: -70px -70px;
}
#ccc-left.ccc-red a.ccc-link {
  background-position: -70px -140px;
}
a.ccc-link span {
  display: none;
}

#ccc-left #ccc-widget {
  position: absolute;
  bottom: 3vh;
  left: 70px;
  width: 200px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  overflow: hidden;
  display: none;
}

#ccc-widget * {
  font-size: 13px;
  line-height: 1.2em !important;
  font-family: Verdana, Helvetica, Arial, sans-serif !important;
  color: #555555 !important;
}
#ccc-widget .ccc-hdr {
  background-color: #333333;
  height: 40px;
}
#ccc-widget .ccc-hdr #ccc-hdricon {
  float: left;
  background: url(../images/ccc-icons.png) no-repeat;
  background-position: -360px 8px;
  height: 34px;
  width: 40px;
}
#ccc-widget .ccc-hdr h2 {
  display: inline-block;
  color: #fff !important;
  margin: 0;
  padding: 11px 9px 8px 7px;
  font-size: 16px !important;
  line-height: 1.15 !important;
  font-weight: normal;
}

#ccc-widget .ccc-hdr .ccc-close {
    background: url(../images/ccc-icons.png) no-repeat;
    background-color: transparent;
    background-position: -278px 2px;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    height: 17px;
    width: 17px;
    position: absolute;
    right: 11px;
    top: 11px;
    text-indent: -999em;
}
#ccc-widget .ccc-hdr .ccc-close:hover {
  background-color: #000;
  background-color: rgba(0,0,0,.15);
}
    
#ccc-widget .ccc-hdr .ccc-title {
  display: none;
}
#ccc-widget .ccc-c {
  -webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
}

#ccc-widget .ccc-intro {
  margin: 5px 0 8px;
  padding: 0;
}
#ccc-widget .ccc-ci {
  padding: 5px 10px 10px 10px;
  -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

#ccc-widget .ccc-expanded {
  display: none;
}

#ccc-widget .ccc-gr {
  display: block;
  box-shadow: inset 1px 1px 5px 1px rgba(0,0,0,.25);
  margin: 1em 0;
  line-height: 28px !important;
  height: 30px;
  font-size: 15px;
  border-radius: 4px;
  text-align: center;
  background: #333333;
  color: #fff !important;
}
#ccc-widget .ccc-rd {
  display: block;
  box-shadow: inset 1px 1px 5px 1px rgba(0,0,0,.25);
  margin: 1em 0;
  line-height: 28px !important;
  height: 30px;
  font-size: 15px;
  border-radius: 4px;
  text-align: center;
  background: #e6002e;
  color: #fff !important;
}
#ccc-widget #ccc-implicit-warning, #ccc-widget #ccc-explicit-checkbox {
  display: none;
}

#ccc-widget #ccc-ias2 {
  display: block;
}

#ccc-widget #ccc-toggle {
  overflow: hidden;
}
#ccc-widget #ccc-toggle div {
  width: 400px;
}
#ccc-widget #ccc-toggle a {
  display: inline-block;
  width: 180px;
}

@media screen and (max-width: 1024px) {
  #ccc-widget .ccc-c {
    max-height: 80vh;
    overflow: auto;
  }
  #ccc-widget #ccc-toggle a {
    width: 163px;
  }
}