body {
	font: normal normal normal 75%/120% Helvetica, Arial, Verdana, sans-serif;
	height: 900px;
	margin-top: 0;
	padding-top: 0;
}
p, form, h4{
	margin: 0;
	padding: 0 0 5px;
}

#logo {
	font-size: 18px;
	outline: 0;
	color: #235;
	position: absolute;
	right: 0px;
	top: 30px;
	text-decoration: none;
	font-size: 3em;
}
img.print-logo{
	display: block;
	outline: 0;
	margin-bottom: 30px;
}
#header p,
#accessibility-nav,
#nav,
#sitemap,
#validation,
div.payments,
p.overview-link,
a.contact,
a.privacy,
span.fn,
a.print-invoice,
p.email-notice {
	display: none;
}

/** invoice **/

.invoice table {
	border: 1px solid #000;
	margin-bottom: 20px;
}

.invoice td {
	border: none;
	border-bottom: 1px dashed #999;
}

.invoice tr.total,
.invoice tr.paid-to-date,
.invoice tr.remaining {
	font-weight: bold;
	font-size: 16px;
}

.invoice tr.total th,
.invoice tr.paid-to-date th,
.invoice tr.remaining th{
	text-align: right;
	padding-right: 10px;
}

.invoice tr.total td {
	border-top: 1px solid #000;
	color: #000;
	padding: 10px 0;
}

.invoice tr.remaining td {
	color: #C00;
	padding: 10px 0;
}

.invoice tr.fully-paid td {
	font-size: 22px;
	border-top: 2px solid #C00;
	border-bottom: 2px solid #C00;
	color: #C00;
	padding: 10px 0;
}
.vcard {
	position: absolute;
	bottom: 0;
}