/* local overrides */

/* section-table background-color */
@media only screen and (max-width: 734px) {
	.section-table:nth-child(2n + 1) {
		background-color: #fff;
	}
	.section-table:nth-child(even) {
		background-color: #fbfbfd;
	}
}

.section-table .cellular-table-contents.model-list {
	padding-right: 8px;
}

@media (min-width: 436px) and (max-width: 733px) {
	.section-table .cellular-table-contents.model-list {
		padding-right: 15px;
	}
}
