/* 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-bottom               : 80px;
  /* padding               : 20px; */
}

/* Custom node styling */
.jOrgChart .node {
	font-size 			: 10px;
	background-color 	: #fff;
	border-radius 		: 8px;
	/* border 				: 1px solid var(--blue); */
	color 				: var(--blue);
	-moz-border-radius 	: 8px;
	/* padding: 5px 6px 6px 6px; */
	/* overflow: hidden; */

  vertical-align: middle;
}
.jOrgChart .node a{color:var(--blue);}
.jOrgChart .node a:hover{text-decoration: none;}
	.node p{
		font-family 	: tahoma;
		font-size 		: 10px;
		line-height 	: 11px;
		padding 		: 2px;
	}

.node .getstartedcell,.node .keywordcell {width:100%;height: 100%; border-radius: 8px;border:1px solid var(--blue);line-height: 15px;padding:4px 2px 2px 2px;}
.node .getstartedcell {padding:10px 5px;}


.jOrgChart td{
	vertical-align: top !important;
}

/* .getstartedcell{width: 115px !important;} */