#entityBranchSelectorWindow .branch {
    cursor: pointer;

}


#entityBranchSelectorWindow .branch:not(:last-child) {
    margin-bottom: 20px;
}

#entityBranchSelectorWindow .branch .kpp {
    font-size: smaller;
    color: #666;

}

#entityBranchSelectorWindow .branch .address {
    font-size: smaller;
    color: #888;
}