
/* 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 0;
  padding               : 20px 0;
}

/* Custom node styling */
.jOrgChart .node {
	font-size 			: 14px;
	/*background-color 	: #fff;*/
	border-radius 		: 8px;
	border 				: 2px solid #35363B;
	/*color 				: #F38630;*/
	-moz-border-radius 	: 8px;
}
	.node p{
		/*font-family 	: tahoma;*/
		font-size 		: 12px;
		line-height 	: 18px;
		padding 		: 2px;
	}