table {
	width: 100%;
	margin-top: 1em;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	border-collapse: collapse;
}
th {
	color: #039;
	font-weight: normal;
	background-color: #def;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	border-bottom: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd; 
	white-space: nowrap;
}
th em, #backstaff em {
	font-weight: bold;
	font-style: normal;
}
td {
	font-size: 10px;
	line-height: 1.2;
	vertical-align: top;
	padding: 2px;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}
td.photo {
	width: 90px;
}
tbody th {
	font-size: 10px;
	background-color: #eee;
}
#backstaff table {
	margin: 0;
}
#backstaff p {
	font-size: 10px;
	margin-bottom: 0.5em;
}
#backstaff td {
	font-size: 12px;
	vertical-align: bottom;
}