﻿tr.customer td
{
	padding-top: 1em;
	border-bottom: 1px solid black;
}

tr.customer td.name
{
	font-weight: bold;
}

.amount, .units, .rate
{
	text-align: right;
	padding-left: 1em;
	white-space: nowrap;
}

.text, .date
{
	text-align: left;
	padding-left: 1em;
}

tr.header td
{
	font-size: 8pt;
}

tr.customer img
{
	border: 0;
	margin-left: 1em;
}

tr.customer td.post
{
	text-align: right;
}

table.transactions td
{
	vertical-align: top;
}

table.billingReport
{
	margin-top: 2em;
}

table.billingReport td
{
	padding-right: 2em;
}

table.billingReport td.sum
{
	text-align: right;
}

table.billingReport td.invoiceAmount
{
	text-align: right;
}
