.tireRimCalculatorContainer {
	background-color: #ECECEC !important;
	border: 1px solid #CCC !important
}

.tireRimeCalculatorHeaderBar {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333)) !important;
	background-color: #424242;
	border: 1px solid #CCC !important
}

.tireRimCalculatorContainer .trow-group:not(:last-child) .tireRimCalculatorCell {
	border-bottom: 1px solid #CCC !important
}

.tireRimCalculatorContainer .trow-group:last-child .tireRimCalculatorCell {
	border-bottom: 0 !important
}

.tireRimCalculatorContainer .trow-group .trow .tireRimCalculatorCell:not(:last-child) {
	background-color: transparent !important;
	border-right: 1px solid #CCC !important
}

.tireRimCalculatorContainer .trow-group .trow .tireRimCalculatorCell:last-child {
	background-color: transparent !important;
	border-right: 0 !important
}