/* Basic styling */
/* Draw the lines */

.jOrgChart .line {
    height                : 40px;
    width                 : 4px;
}

.jOrgChart .down {
    background-color 		: #ccc;
    margin 		        : 0px auto;
    border-top                  : 1px solid #ccc;
}

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

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

.jOrgChart .right {
    border-left           : 2px solid #ccc;
}
.jOrgChart a {
  color: white;
  text-decoration: none;
}
.jOrgChart a hover {
  color: white;
  text-decoration: none;
}
/* node cell */
.jOrgChart td {
    text-align            : center;
    vertical-align        : top;
    padding               : 0;
}

/* The node */
.jOrgChart .node {

    display               : inline-block;
    z-index 				: 10;
    margin               : 0 2px;
}

/* jQuery drag 'n drop */

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

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