.toggle-switch{cursor:pointer; display:inline-block; text-align:left; overflow:hidden; line-height:8px; min-width:71px;}
.toggle-switch span{cursor:pointer; display:inline-block; float:left; line-height:20px; text-align:center; width:41%; box-sizing:border-box; -o-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.toggle-switch > div{position:relative; width:151%;}
.toggle-switch .knob{width:18px; height:18px; margin-top:5px; z-index:100; background:#eee; border-radius:100%; -o-border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%;}
.toggle-switch .switch-on{left:0%; background:#F89C2C; height:28px;}
.toggle-switch .switch-off{left:-50%; background:#ccc; height:28px;}
.toggle-switch .switch-left, .toggle-switch .switch-right{z-index:1;}
.toggle-switch .switch-left{color:#fff; font-size:10px; margin:4px 0; text-transform:uppercase;}
.toggle-switch .switch-right{color:#fff; font-size:10px; margin:4px 0; text-transform:uppercase;}
.toggle-switch-animate{transition:left 0.5s; -o-transition:left 0.3s; -moz-transition:left 0.3s; -webkit-transition:left 0.3s;}

/* Bootstrap Themed */
.toggle-switch{border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-radius:28px; -o-border-radius:28px; -moz-border-radius:28px; -webkit-border-radius:28px;}

