/* Basic styling */
/* Draw the lines */
.jOrgChart .line {height: 20px;width: 4px;}
.jOrgChart .down {background-color: #999; margin: 0px auto;}
.jOrgChart .top {border-top: 3px solid #999;}
.jOrgChart .left {border-right: 2px solid #999;}
.jOrgChart .right {border-left: 2px solid #999;}

/* node cell */
.jOrgChart td {text-align: center;vertical-align: top; padding: 0px 2px;}

/* The node */
.jOrgChart .node {background-color: #fff;display: inline-block;width:78px;padding:3px}
