
/* 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;
}



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

/* Custom node styling */
.jOrgChart .node {
    box-shadow: 0 0px 4px 1px #ABA7A7;
    font-size: 14px;
    background-color: #FFFFFF;
    border: 0px solid white;
    color: #404040;
}
.node p{
    font-family 	: tahoma;
    font-size 		: 10px;
    line-height 	: 11px;
    padding 		: 2px;
}


.jOrgChart small {

    font-style: italic;
    clear: both;
    display: block;
}

