﻿.jOrgChart .line {
    height: 20px;
    width: 4px;
}

.jOrgChart .down {
    background-color: black;
    margin: 0px auto;
}

.jOrgChart .top {
    border-top: 4px solid black;
}

.jOrgChart .left {
    border-right: 4px solid black;
}

.jOrgChart .right {
    border-left: 4px solid black;
}

.jOrgChart td {
    text-align: center;
    vertical-align: top;
    padding: 0;
}

.jOrgChart .node {
    display: inline-block;
    width: 150px;
    height: 150px;
    z-index: 10;
    margin: 16px;
    border: 1px solid black;
}