
body {
	font-family: DejaVu Sans;
	/*background-color: #eee;*/
}

.date-created {
	float: right;
	font-size: 10px;
}

.filters-table {
	width: 100%;
	border-collapse: collapse;
}

.filters-table td {
	padding: 2px;
	border: 1px solid #aaaaaa;
	font-size: 8px;
}

.numbers-table {
	width: 100%;
	border-collapse: collapse;
	margin-top:16px;
}

.numbers-table td {
	padding: 2px;
	border: 1px solid #aaaaaa;
	font-size: 10px;
	text-align: right;
}

.numbers-table tr:last-child {
	font-weight: 800;
}

.font-xsmall {
	font-size: 8px;
}

.numbers-table tr:first-child td {
	font-size: 8px;
}