table
{
	border: none;
	color: #626262;
}
tbody tr
{
	border: none;
}
tbody td
{
	padding: 5px;
}


/* central styles for comparison tables */
h3.comparisonheading
{
	font-size: 1.2em;
	margin-top: 20px;
}

#comparisontable
{
	margin-top: 10px;
	border: 1px solid white;
	width: 100%;
}
#comparisontable th, #comparisontable td
{
	padding: 2px;
	text-align: center;
}
#comparisontable td.title
{
	text-align: left;
}
#comparisontable tr.odd
{
	background-color: #ffffff;
}

