div.node.orgchart span.text {
    text-align: left;
    float:left;
    margin-top: 8px;
    max-width: 60px;
    font-weight: bold;
}
div.node.orgchart img.photo {
    float:left;
    width:40px;
    height:40px;
    /* border:1px solid red; */
    margin: 5px;
    border-radius: 5px;
    opacity: 0.8;
}
div.node.orgchart div.orgDesc {
    margin-top:5px;
    border-bottom: none;
    color: #888;
}
