/* Local Overrides */

@media only screen and (max-width: 734px) {
	.section-table:nth-child(even) {
		background-color: #fafafc;
	}
	.section-table:nth-child(odd) {
		background-color: #ffffff;
	}
}
