.switchery {
position:relative;
display:inline-block;
width:45px;
height:24px;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
vertical-align:middle;
cursor:pointer;
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none;
background-color:#fff;
-webkit-background-clip:content-box;
background-clip:content-box;
border:1px solid #e0e0e0;
border-radius:20px;
}

.switchery>small {
position:absolute;
top:0;
width:24px;
height:24px;
background:#fff;
border-radius:100%;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,.4);
box-shadow:0 1px 3px rgba(0,0,0,.4);
}

.switchery-small {
width:33px;
height:20px;
border-radius:20px;
}

.switchery-small>small {
width:20px;
height:20px;
}

.switchery-large {
width:66px;
height:36px;
border-radius:36px;
}

.switchery-large>small {
width:36px;
height:36px;
}