#labels {
    height: 40px;
    margin-right: 10px;
    float: left;
}

#labels:after {
    float: right;
    content: '';
    background: #ececec;
    width: 1px;
    height: 18px;
    margin-top: 11px;
    margin-left: 8px;
}

#labels div {
    float: left;
    border-radius: 2px;
    background: #e9f0f9;
    font-size: 14px;
    line-height: 24px;
    padding-left: 8px;
    padding-right: 8px;
    color: #2a68c9;
    margin-top: 8px;
    margin-right: 10px;
}

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

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

#labels div .label_count{
    color: #2a68c9;
    margin-left: 3px;
}

#labels div.label_selected a {
    color: #f0422c;
}

#labels div.label_selected .label_count{
    color: #f0422c;
}