.switch-button-label {
    float: right;
    font-size: 15px;
    cursor: pointer;
}

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

.switch-button-label.on {
    color: #DE69BE;
    font-weight: bold;
}

.switch-button-background {
    float: right;
    position: relative;
    background: #DE69BE;
    border: 1px solid #aaa;
    margin: 0px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.aln-search-box .switch-button-background {
    margin: 3px 5px;
}

.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;
}
