table.who {
	margin: 1.0em 0;
}

.who th, .who td {
	padding: 4px;
}

.who td {
	vertical-align: top;
}

.who th {
	background: #2F1100;
	color: #FFFFFF;
	text-align: left;
}

.who tr.odd td {
	background: #EEEEEE;
}

.name {
	white-space: nowrap;
}

.name a {
	font-size: 16px;
	font-family: Georgia, serif;
	letter-spacing: -0.2px;
	text-decoration: none;
}

.name a:hover {
	text-decoration: underline;
}

.notes {
	color: #333333;
	font-size: 11px;
	line-height: 1.5em;
}

#vitals {
	width: 450px;
}

#pictures {
	float: right;
	width: 350px;
}

#vitals dt {
	margin-top: 1.0em;
	font-size: 14px;
	font-family: Georgia, serif;
	letter-spacing: -0.2px;	
	border-bottom: 1px solid #2F1100;
}

#vitals dd {
	margin: 0.5em 0 0 2em;
}

#vitals .unknown {
	font-family: Georgia, serif;
	font-style: italic;
	color: #AAAAAA;
}

#pictures ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pictures li {
	margin: 0.5em 0;
}

td.notes img {
	width: 200px;
}