/* used by comparison.htm, vehicle comparison chart. Created 2008-03-17 */

table {
	margin-left: auto;
	margin-right: auto;
	border: thin solid black;
}

td {
	padding: 2px;
	border: none;
	text-align: center;
}

td.col2 {
	/* only used by old non mobile-friendly method */
	text-align: left;
	background-color: #FFD0D0;
}

td.subcats {
	/* only used by new mobile-friendly method */
	background-color: #FFD0D0;
}

th {
	padding: 2px;
	border: none;
	text-align: center;
	background-color: #D0D0D0;
}
