.jOrgChart .line {
  height: 20px;
  width: 4px;
}
  
.jOrgChart .down {
  background-color: black;	
  margin: 0px auto;
}
  
.jOrgChart .top {
  border-top: 3px solid black;
}
  
.jOrgChart .left {
  border-right: 2px solid black;
}
  
.jOrgChart .right {
  border-left: 2px solid black;
}
  
.jOrgChart td {
  text-align: center;
  vertical-align: top;
  padding: 0;
}
  
.jOrgChart .node {
  background-color: #35363B;
  display: inline-block;
  width: 190px;
  height: 60px;
  z-index: 10;
  margin: 0 2px;
}

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

#org{
	background-color: white;
	margin: 10px;
	padding: 10px;
}

#show-list{
	cursor: pointer;
}

.alert-message{
	margin: 2px 0;
}

.topbar{
	position: absolute;
}

.jOrgChart {
  margin: 10px;
  padding: 20px;
}

.jOrgChart .node {
	font-size: 14px;
	background-color: #616161;
	border-radius: 0px;
	border: 2px solid #fff;
	color: #fff;
	-moz-border-radius: 8px;
}

.node p{
	font-family: tahoma;
	font-size: 10px;
	line-height: 11px;
	padding: 2px;
}

.jOrgChart table { margin:auto; }