table.compare
{
	text-align: center; 
	vertical-align: bottom;
	margin-left: auto; 
	margin-right: auto;
	font-size: small; 
	color: rgb(51, 51, 153);  
	width: auto;
}
table.compare td
{
	vertical-align: bottom;
}

table.accountcompare
{
	table-layout: fixed; 
	border: solid; 
	border-width: thin; 
	border-color: black; 
	width: auto; 
	border-collapse: collapse;
}
table.accountcompare td
{
	border: solid; 
	border-width: thin; 
	border-color: black; 
	border-left-style: hidden; 
	border-right-style: hidden;
	padding: 2px 2px 2px 2px;
}
table.accountcompare td:first-child
{
	border: solid; 
	border-width: thin; 
	border-color: black; 
	border-left-style: hidden; 
	border-right-style: dashed; 
}
table.accountcompare td + td
{
	border: solid; 
	border-width: thin; 
	border-color: black; 
	border-left-style: dashed; 
	border-right-style: dashed; 
}
