.switchy-container{
    position: relative;
    margin: 0 auto;
    width: 70px;
    height: 10px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 1px 1px #aaa;
}

.switchy-bar{
    position: relative;
    background: #c5be56;
    border-radius: 16px;
    box-shadow: 0px 2px 6px #756381 inset;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.switchy-slider{
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    left: 0px;
    top: -5px;
    cursor: pointer;
    border-radius: 9px;
    box-shadow: 0px 1px 3px 0px #444;
    margin: 2px;
}