table.progress th {
	text-align: left;
	font-weight: bold;
}
table.progress th, table.progress td {
	color: #1b3a5e;
	font-size: 11px;
	vertical-align: top;
}
table.progress th.status, table.progress td.status {
	white-space: nowrap;
}
table.progress td {
	border-top: 1px solid #1b3a5e;
	padding-right: 5px;
}

table.demographics {
	margin-bottom: 20px;
}
table.demographics th {
	text-align: left;
	font-weight: bold;
}
table.demographics th, table.demographics td {
	color: #1b3a5e;
	font-size: 11px;
	vertical-align: top;
}
table.demographics th.status, table.demographics td.status {
	white-space: nowrap;
}
table.demographics tr.first th, table.demographics tr.first td {
	border-top: none;
}
table.demographics th, table.demographics td {
	border-top: 1px solid #1b3a5e;
	padding-right: 5px;
}
