.cc-floating {
  position: fixed;
  bottom: 100px;
  right: 20px;
  z-index: 9999999999;
  border: none;
  background-color: #ffffff;
  border-radius: 60%;
  max-width: 40px;
  min-width: 40px;
  padding: 0px;
}

#cc-close {
  float: right !important;
  text-align: center !important;
  background-color: transparent;
color: #333;
font-weight: bold;

width: 40px !important;
font-size: 12pt;
border: 1px solid #333333;
border-radius: 60%;
padding-left: 3px;
padding-right: 3px;
padding-top: 0px;
padding-bottom: 0px;
height: 30px;


}