#labels {
    display: inline-block;
    margin-left: 20px;
    padding-left: 30px;
    border-left: 1px solid #e6e6e6;
    vertical-align: 0;
    padding-top: 1px;
    padding-bottom: 1px;
}

#labels div.label, #labels div.label_selected {
    float: none;
    display: inline-block;
    padding: 0 12px;
    height: 34px;
    cursor: pointer;
    border-radius: 30px;
    outline: none;
    font-size: 14px;
    color: #262626;
    margin-right: 5px;
    line-height: 34px;
    vertical-align: 0;
    border: solid 1px #dedbde;
}

#labels div.label:hover {
    background: #e6edf6;
    border: solid 1px #dedbde;
}

#labels div.label a:hover {
    color: #3f84e3;
}

#labels div.label {
    /*background-color: #e9f0f9;*/
}

#labels div.label_selected {
    background-color: #e8f0fb;
    border-color: #70a4e9;
    /*color: #f0422c;*/
}

#labels div.label_selected:hover {
    /*background-color: #fae9e6;*/
}

#labels div.label a {
    text-decoration: none;
    color: black;
}

#labels div.label_selected a {
    color: #3f84e3;
    text-decoration: none;
}

#labels div.label_selected span.label_count {
    color: #ff4400;
}

span.label_count{
    color: #ff4400;
}