.annulFloat {clear: both; visibility: hidden; height: 0px; padding:0;margin:0;}
.cv29_shortcode {min-width:400px;max-width:500px;margin:auto auto;}
.cv29_title {float: left;font-size:0.9em;}
.cv29_btn {float: right;padding:0px;margin:0 20px 0 0;}
.cv29_result {font-weight: bold; text-align:center; font-size: 1.2em;margin-top: 10px;}
.cv29_result div {display: inline-block;}
#cv29_widget_val, #cv29_shortcode_val {width:30px;text-align:right;}
#cv29_linkmore {float: right;font-size:0.8em;margin: 20px 0;padding: 0 10px;}
 
 /* The switch - the box around the slider */
.cv29_btn .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.cv29_btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.cv29_btn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.cv29_btn .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.cv29_btn input:checked + .slider {
  background-color: #c50004;
}

.cv29_btn input:focus + .slider {
  box-shadow: 0 0 1px #c50004;
}

.cv29_btn input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.cv29_btn .slider.round {
  border-radius: 34px;
}

.cv29_btn .slider.round:before {
  border-radius: 50%;
} 