
div.orgChart {
    margin: 10px;
    padding: 20px;
}

div.orgChart h2 {
    margin: 0px;
    font-size: 16px;
    font-weight: normal;
    min-height: 20px;
    word-wrap: break-word;

}

div.orgChart h2.readonly {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

div.orgChart h2:hover {
    background: #fcfaca;
    cursor: text;
}

div.orgChart ul {
    list-style: none;
    margin: 4px;
    padding: 0px;
    font-size: 0.8em;
    text-align: left;
}

div.orgChart ul.stack,
div.orgChart ul.stack ul {
    text-align: center;
}

div.orgChart table {
    width: 100%;
}

div.orgChart tr.lines td.line {
    width: 1px;
    height: 20px;
}

div.orgChart tr.lines td.top {
    border-top: 1px dashed black;
}

div.orgChart tr.lines td.left {
    border-right: 1px dashed black;
}

div.orgChart tr.lines td.right {
    border-left: 0px dashed black;
}

div.orgChart tr.lines td.half {
    width: 50%;
}

div.orgChart td {
    text-align: center;
    vertical-align: top;
    padding: 0px 2px;
}

div.orgChart div.node {
    cursor: default;
    border: 1px solid #e7e7e7;
    display: inline-block;
    padding: 15px;
    width: 186px;
    /*height: 125px;*/
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fbfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
    background: -webkit-linear-gradient(top, #ffffff 0%, #fbfbfb 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #fbfbfb 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #fbfbfb 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 100%);
    line-height: 1.3em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    box-shadow: 1px 1px 0px #ddd;
    word-break: normal;
}

.org-input {
    width: 90px;
}
