table {
	font-family: Helvetica Neue, arial, sans-serif;
	font-size: 14px;
	border-spacing: 0px;
}

thead {
	border-bottom: 1px solid rgba(128, 128, 128, 0.8);
	color: rgba(128, 128, 182, 1.0);
}

tbody {
	color: white;
}

tbody > tr > td {
	border-bottom : 1px solid rgba(128, 128, 128, 0.5);
	padding-left: 4px;
	padding-right: 4px;
}

tbody>tr:nth-child(even) {
	background-color: rgba(64, 64, 64, 0.5);
}

tbody>tr:nth-child(odd) {
	
}

tbody>tr>td:nth-child(2) {
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

td > .note {
	font-size: 12px;
	color: grey;
}