.toggle {
  text-align: center;
  display: block;
  cursor: pointer;
  text-align: left;
  width: 50%;
  float: left;
  border: 1px solid #ccc;
}

.toggle.border_curve_left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-left-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
}

.toggle.border_curve_right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
}

.toggle label {
  float: left;
  float: left;
  width: 100%;
  text-align: left;
}

.toggle label span {
  text-align: center;
  padding: 3px 0px;
  display: block;
  cursor: pointer;
  text-align: left;
  padding: 10px 15px;
}



.toggle label input {
  position: absolute;
  top: 70px;
  z-index: 1000;
}

.toggle .input-checked
  /*, .bounds input:checked + span works for firefox and ie9 but breaks js for ie8(ONLY) */

{
  background-color: #d7dae0;
  color: #39414d;
  font-size: 14px;

}
