
/* general */
.clear {
	clear: both;
}

/* Header */
.brand{
	color 				: #E05E00 !important;	
	font-family 		: georgia;
	font-style 			: italic;
}

/* list stuff */
#org{
	background-color 	: white;
	margin 				: 10px;
	padding 			: 10px;
}

#show-list{
	cursor 				: pointer;
}

/* bootstrap overrides */
.alert-message{
	margin: 2px 0;
}
/*
.topbar{
	position 			: absolute;
}*/

/* Custom chart styling */
.jOrgChart {
  /*margin                : 10px;
  padding               : 20px;*/
}

/* Custom node styling */
	.jOrgChart .node {
		font-size: 16px;
		border-radius: 8px;
		color: #fff;
		-moz-border-radius: 8px;
		min-height: 40px;
	}
	.node p{
		font-family 	: tahoma;
		font-size 		: 10px;
		line-height 	: 11px;
		padding 		: 2px;
	}

.jOrgChart .organ{
	width:40px;
	/*height:370px;*/
}
.jOrgChart .line{
	width:2px!important
}
.jOrgChart .down {
	/*margin-right: 50.7%;*/
	height: 40px;
}
.jOrgChart table {
	margin-left: auto;
	margin-right: auto;
}