/* Layout */

#sectionlinks {
	margin-top: 20px;
}

#org-chart {
	margin-bottom: 40px;
}

/* Presentation */

.peopleresponsible {
	padding: 20px;
	color: #333333;
	height: 100%;
	background-color: white;
	border: none;

}

#sectionlinks td a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: white; /* #808080; */
	text-decoration: none;
	padding: 3px 10px;
	border-bottom: 1px dashed #800000;
	margin-right: 10px;
	background-color: transparent;
}

#sectionlinks td a:hover {
	color: #800000;
}

.peopleresponsible h1 {
	padding: 0px 0px 5px 0px;
	border-bottom: 2px solid #333333;
	margin: 0px 0px 10px 0px;
}

.peopleresponsible h2 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

.peopleresponsible h3 {
	font-size: 16px;
	color: #808080;
	font-style: italic;
	margin: 3px 0px 10px 0px;
	padding: 0px 180px 5px 10px;
}

.peopleresponsible a {
	color: #800000;
	text-decoration: none;
}

.peopleresponsible a:hover {
	text-decoration: underline;
}

