/* =================== */
/* LOCAL FIXES - START */
/* =================== */

/* S viewport background colour fix START */
@media only screen and (max-width: 734px) {
	.section-table:nth-child(even) {
		background-color: #fbfbfd;
	}

	.section-table:nth-child(odd) {
		background-color: #fff;
	}
}
/* S viewport background colour fix END */

/* =================== */
/* LOCAL FIXES -  END  */
/* =================== */
