/* Table manipulation */
table.parent {
	font-size: 8pt;
	font-weight: bold;
	border: solid 2px #4F2609;
	color: #4F2609;
	background-color: #FFEFE4; 
}

table.child {
	font-size: 8pt;
	font-weight: bold;
	color: #4F2609; 
}

td.label {
	background-color: #ffefe4;
}

tr.parent td {
	border-bottom: solid 2px #4F2609;
	padding-left: 2px;
}