.switch-button-label {
    font-size: 10px;
    cursor: pointer;
    display: inline-block;
}

.switch-button-label.off {
    color: #adadad;
}

.switch-button-label.on {
    color: #3B9845;
}

.switch-button-background {
    display: inline-block;
    position: relative;
    top: 5px;

    background: #ccc;
    border: 1px solid #aaa;

    margin: 1px 7px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    cursor: pointer;
}

.switch-button-button {
    position: absolute;

    left: -1px;
    top : -1px;

    background: #FAFAFA;
    border: 1px solid #aaa;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
