div.orgChart div.node {
    width: 150px;
    box-shadow: none;
    border-radius: 0;
    border:1px solid #ccc;
    padding-top: 10px;
    font-size: 12px;
    height: 105px;
}

div.orgChart .nodeTitle {
    text-transform: uppercase;
    background-color: #fff;
    padding: 3px 8px;
}

div.orgChart a:hover {
    text-decoration: none;
}

div.orgChart .chartLink {
    margin-top: 7px;
}

div.orgChart .chartButtons {
    margin-top: 4px;
}

div.orgChart {
    background-color: transparent;
    border: 0;
    margin: 10px;
    padding: 20px;
}

/*div.orgChart div.node.level2 {
    height: 122px;
}*/
