table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

table td
{
	padding: 0.5em;
}

table tr.rowA
{
	background-color: #c5c5c5;
	color: inherit;
}

table tr.rowB
{
	background-color: #cdcdcd;
	color: inherit;
}
