﻿.tire_table-main {
	border: 1.5pt solid black;
	background-color: white;
}
.tire_table-top {
	font-weight: bold;
	color: black;
	text-align: center;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1.5pt solid black;
}
.tire_table-even {
	font-weight: normal;
	color: black;
	text-align: center;
	border-style: none;
	background-color: gray;
}
.tire_table-odd {
	font-weight: normal;
	color: black;
	text-align: center;
	border-style: none;
	background-color: silver;
}
