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

.jOrgChart .line_h {
  width                :300px;
  
  
}

.jOrgChart .down {
 
  background-color 		: white;	
  margin 				: 0px auto;
}

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

/* 妙处就在左右的定义：是反的*/
.jOrgChart .left {
  border-right          : 2px solid white;
 
}

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

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



.jOrgChart .node {
	text-align            : center;
	background-color 	: #8FBC8B;
	border-radius 		: 8px;
	
	color 				: #fff;
	display               : inline-block;
	width                 : 150px;
	height                : 40px;
	line-height				:40px;
	z-index 				: 10;
	margin               : 0 4px;
	
}
.jOrgChart{
	
	
}

.jOrgChart .node-cells{
  border-left           : 0px solid green;
  border-right          : 0px solid green;
  border-top          	: 0px solid green;
  border-bottom         : 0px solid green;
  background-color 				: #333;	
  margin:auto;

	}
.node-container{
  border-left           : 0px solid yellow;
  border-right          : 0px solid yellow;
  border-top          	: 0px solid yellow;
  border-bottom         : 0px solid yellow;
}
