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

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

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

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

#labels div.label, #labels div.label_selected {
    border-radius: 15px;
    border: solid 1px #dedbde;
}

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

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

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

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

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

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

