/** Customize the org chart */
.RadOrgChart li .rocItem {
    width: 120px;
    
}
.RadOrgChart.rocSimple .rocNodeList .rocNode .rocNoOwnImage {
    text-align: center;
}

.RadOrgChart .rocDrillDownNode .rocItem {
    height: 160px;
    width: 300px;
}

    .RadOrgChart .rocDrillDownNode .rocItem .rocItemTemplate {
        height: 140px;
        text-align: left;
    }

.rocToolbar .rocActionGoToParentWrap {
    display: none;
}

.RadOrgChart li .rocItem {
    border-radius: 32px !important;
    padding: 20px 2px !important;
    height: 60px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
}

.imageWrap {
    float: left;
}

.panelWrap {
    padding-left: 90px;
}

.rocPanel {
    list-style: none;
}

.city {
    padding-top: 10px;
}

.city, .address {
    font-size: smaller;
}

.title span {
    font-size: small;
}

.contactName span {
    font-weight: bold;
    font-size: medium;
}

.rocPanelWrap {
    padding: 10px 18px;
    margin-left: 58px;
}

.RadOrgChart .rocDrillDownNode .rocItem {
    height: 140px;
}

    .RadOrgChart .rocDrillDownNode .rocItem .rocItemTemplate {
        border-radius: 20px 20px 20px 20px;
        height: 100px;
    }

    .RadOrgChart .rocDrillDownNode .rocItem .imageWrap {
        padding: 10px;
        margin-left: 10px;
    }

        .RadOrgChart .rocDrillDownNode .rocItem .imageWrap img {
            border-radius: 15px 15px 15px 15px;
        }
