﻿table.point-table
{
	margin-bottom: 30px;
	margin-top: 15px;
	width: 100%;
}

td.position, th.position
{
	text-align: right;
	width: 2em;
}

td.points, th.points
{
	width: 4em;
}

td.point-total, th.point-total
{
	font-weight: bold;
	width: 8em;
}

td.name, th.name
{
	/*width: 35em;*/
}

h1
{
	color: Blue;
}
h2.point-table-label
{
	text-align: left;
	color: Blue;
	margin-bottom: 10px;
	margin-top: 30px;
	margin-left: 5em;
}