.orgchart .lines .leftLine {
    border-right: 1px solid rgba(217, 83, 79, 0.8);
    border-left: 0;
}

.orgchart .lines .rightLine {
    border-left: 1px solid rgba(217, 83, 79, 0.8);
    border-right: 0;
}

.orgchart .node .cornerEdge {
  left: auto;
  right: 0;
  top: -5px;
}

.orgchart .node .rightEdge {
    left: -4px;
    right: auto;

    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.orgchart .node .leftEdge {
    left: auto;
    right: -4px;

    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.orgchart .node .topEdge {
    top: -8px;
}

.orgchart .node .bottomEdge {
    bottom: -12px;
}