table.list {
	font-size: small;
	border-collapse: collapse;
}

table.list tr:first-child td {
	color: #0d3a5e;
	font-weight: bold;
	border-bottom-color: #0d3a5e;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table.list td {
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
}

table.list tr:last-child td {
	border-bottom-width: 0px;
}

table.dark td {
	border-bottom-color: #0d3a5e;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

tr.lastline {
	color: #0d3a5e;
	font-weight: bold;
	border-top-style: solid;
	border-top-color: #283a58;
	border-top-width: 1px;
}