﻿div.buffer
{
	padding:15px;
}
#report_holder
{
	width: 700px;
	font-family:Arial;
}
#report_holder h1
{
	color:#ccc;
}

#report_summary
{
	font-size: smaller;
	background-color: #eee;
}
#report_summary table
{
	width: 100%;
}
#report_summary tr td span.label
{
	font-weight:bold;
	width:30px;
}
#report tr:hover
{
	background-color:Aqua;
}
#report_summary tr td span.value
{
	padding-left: 20px;
}
#posttime
{
	float:right;	
}
