#tree ul {
	list-style-type: none;
		text-align:center;
		margin-left:-40px;
}

#tree tr:hover {
	background-color: #91A48D;

}

#summary {
	font-size: larger;
	text-align: center;
}

.unitlist {
	border-collapse: collapse;
}

.unitlist th,
.unitlist td {
color: #423D30;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
	white-space: nowrap;
	padding-left: 8px;
	padding-right: 0px;
}

.unitlist th {
	text-decoration: underline;
	text-align: left;
	padding-left: 16px;
}

#pictures {border: 3px solid #2f1e0c; float: right; margin-bottom: 2em}
#pictures .controls {background-color: #2f1e0c; text-align: left}
#pictures #next-picture {margin: 3px 5px}
#pictures img {margin: 0px;}
#pictures #picture_position {display: none}
