@charset "utf-8";
/* CSS Document */

table.data-table, table.data-table tr, table.data-table td, table.data-table th
{
	border-collapse:collapse;
	border: solid thin black;
}

table.data-table td
{
	padding: 5px;
}

h3
{
	margin-top: 2em;
}

h4
{
	margin-top: 1em;
}

p
{
	margin-top: 1em;
}

table#earnings-table td.first-col
{
	width: 400px;
}