#labels {
    display: inline-block;
    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: 2px;
    outline: none;
    font-size: 14px;
    color: #262626;
    margin-right: 5px;
    line-height: 34px;
    vertical-align: 0;
}

#labels div.label:hover {
    background: #e6edf6;
}

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

#labels div.label_selected {
    background-color: #fdece9;
    color: #f0422c;
}

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

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

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

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

span.label_count{
    color: #ff4400;
}