/* org-chart.css */

.org-chart ul {
	list-style-type: none;
}

.org-level-0 strong {
	font-size: 32px;
}

.org-level-1 strong {
	font-size: 24px;
}

.org-level-2 strong {
	font-size: 18px;
}

.org-level-3 strong {
	font-size: 12px;
}