div.forms-button-group label input[type=checkbox] + .slider-container .switch-toggle-on {
    display:none;
}

div.forms-button-group label input[type=checkbox]:checked + .slider-container .switch-toggle-on {
    display:block;
}

div.forms-button-group label input[type=checkbox] + .slider-container .switch-toggle-off {
    display:block;
}

div.forms-button-group label input[type=checkbox]:checked + .slider-container .switch-toggle-off {
    display:none;
}

div.forms-button-group {
    overflow: hidden;
}

div.forms-button-group label {
    width: 100%;
}

/*div.forms-button-group-set label {
    float: left;
    width: 100%;
}*/

/*div.forms-button-group-set {
    float: left;
}*/