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

.jOrgChart .down {
  background-color 		: #2c9edc;	
  margin 				: 0px auto;
}

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

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

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

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

/* The node */
.jOrgChart .node {
    background-color: #fff;
    display: inline-block;
    z-index: 10;
    margin: 0 7px;
    border-radius: 10px;
    box-shadow: 0 0 10px #cdd8e380;
    border: 1px #ddd solid;
    padding: 8px 15px;
    font-size: 18px;
}

/* jQuery drag 'n drop */

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

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