/* Basic styling */
/* Draw the lines */
.jOrgChart .line {
    height                : 6px;
    width: 2px;
}

.jOrgChart .down {
    background-color: #6F6F6F;
    margin 				: 0px auto;
}

.jOrgChart .top {
    border-top         :2px solid #6F6F6F;
}

.jOrgChart .left {
    border-right: 2px solid #6F6F6F;
}

.jOrgChart .right {
    border-left           : 2px solid white;
}

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

/* The node */
.jOrgChart .node {
    /* background-color 		: #35363B; */
    display               : inline-block;
    /*  width                 : 100px;
      height                : 90px; 
      margin               : 0 2px; */
    width: 94px  !important;
    margin: 0px 6px;
    height:75px !important;
    z-index: 10;
    overflow: hidden!important;
    word-break: break-all!important;
}



/* jQuery drag 'n drop */

.drag-active {
    border-style			: dotted !important;
}

.drop-hover {
    border-style			: solid !important;
    border-color 			: #E05E00 !important;
}