table, th {
	border-bottom: 1px solid #000;
}

table {
	border-spacing: 0px 0px;
	border-collapse: collapse;
	margin-bottom: 1em;
}

td, th {
	padding: 0.3em;
}

th {
	text-align: left;
}

td.byte, td.number {
	text-align: right;
	white-space: nowrap;
}

td.date {
	white-space: nowrap;
}

td a {
	white-space: nowrap;	
}

hr {
	margin-top: 2em;
	display: none;
}

tr.total {
	border-top: 1px solid #000;
	font-weight: bold;
}