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

.jOrgChart .linedown {
  background-color 		: #0551bc;	
  margin 				: 0px auto;
}

.jOrgChart .linetop {
  border-top          : 3px solid #0551bc;
}

.jOrgChart .lineleft {
  border-right          : 2px solid #0551bc;
}

.jOrgChart .lineright {
  border-left           : 2px solid #0551bc;
}

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

/* The node */
.jOrgChart .node {
  background-color 		: #0551bc;
  display               : inline-block;
	padding:0 4px;
  vertical-align:middle;
  line-height:36px;
  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;
}

/* Custom chart styling */
.jOrgChart {
width:100%;


}

/* Custom node styling */
.jOrgChart .node {
	font-size 			: 12px;
	background-color 	: #0551bc;
	border-radius 		: 8px;
	border 				: 5px solid #eee;
	color 				: #fff;
	-moz-border-radius 	: 8px;
	
}
.jOrgChart table{
border-collapse:separate;
  margin: 0 auto;
}