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

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

.switchery-small {
    width: 25px;
    height: 10px;
    border-radius: 20px;
    border-width: 2px;
    margin-bottom: 2.4px; }

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

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

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