table#tblHdcps {
	border: 1px outset gray;
}
table#tblHdcps th, table#tblHdcps td {
	border: 1px inset gray;
	border-collapse: separate;
}
th, td {
	padding: 0px 5px;
}
th {
	text-align: left;
}
table thead th {
	text-align: center;
}
td {
	text-align: right;
	white-space: nowrap;
}
#aveDiff1, #series_total, #series_total_left {
	display: inline;
	margin-left: 15px;
}
#aveDiff, #series_total_val, #series_total_left_val {
	display: inline;
	padding: 3px 8px;
	white-space: nowrap;
}
p#notes {
	margin-top: 5px;
	font-size: 75%;
}
