.X {
	background-color: lightgreen;
	color: white;
	font-weight: bold;
	width: 15px;
	padding-left: 2px;
	font-style: normal;
}
.S2 {
	background-color: cyan;
	color: white;
	font-weight: bold;
	width: 15px;
	font-style: normal;
}
.S1 {
	background-color: palevioletred;
	color: white;
	font-weight: bold;
	width: 15px;
	padding-left: 2px;
	font-style: normal;
	width: 15px;
	font-style: normal;
}
.A {
	background-color: lightcoral;
	color: white;
	font-weight: bold;
	width: 15px;
	font-style: normal;
} 
.B {
	background-color: lightsalmon;
	color: white;
	font-weight: bold;
	width: 15px;
	font-style: normal;
}
.C {
	background-color: #ddc712;
	color: white;
	font-weight: bold;
	width: 15px;
	font-style: normal;
}
.D {
	background-color: lightblue;
	color: white;
	font-weight: bold;
	width: 15px;
	font-style: normal;
}

.name {
	width: 100%;
	text-align: left;
	font-weight: bold
}

.price {
	width: auto;
	text-align: right;
	white-space: nowrap;
	font-weight: bold
}


.data {
	border: 2px solid;
	border-color: red;
	border-radius: 15px;
}
.dataFE {
	border: 2px solid;
	border-color: purple;
	border-radius: 15px;
}
.dataLGE {
	border: 2px solid;
	border-color: green;
	border-radius: 15px;
}

.stats {
	white-space: nowrap;
}

.stats td{
	width: auto;
}

.carTable table{
	width: 100%;
}
.price td{
	text-align: right;
	font-weight: bold;
}
.carTable table td {
	text-align: left;
	padding: 5px;
}

a {
	color: black;
	font-style: normal;
}

.pi {
    background-color: #ffffff;
}
