.onoffswitch{position:relative;width:70px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.onoffswitch-checkbox{display:none}.onoffswitch-label{overflow:hidden;border:2px solid #999;border-radius:20px;cursor:pointer;display:block}.onoffswitch-inner{-webkit-transition:margin .2s ease-in;transition:margin .2s ease-in;margin-left:-100%;width:200%;display:block}.onoffswitch-inner:after,.onoffswitch-inner:before{height:26px;padding:0;color:#fff;font:700 14px/26px Trebuchet,Arial,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:50%;float:left}.onoffswitch-inner:before{color:#fff;content:"YES";background-color:#2fccff;padding-left:10px}.onoffswitch-inner:after{color:#999;content:"NO";padding-right:10px;text-align:right;background-color:#eee}.onoffswitch-switch{border:2px solid #999;right:40px;-webkit-transition:right .2s ease-in,-webkit-box-shadow .2s ease-in;transition:right .2s ease-in,box-shadow .2s ease-in;position:absolute;bottom:0;top:0;margin:4px;border-radius:20px;background:#fff;width:18px;display:block}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner{margin-left:0}.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch{right:0}