/* Support Table */
/* Wider header column for longer copy */

@media only screen and (max-width: 735px) {
	.section-support-table .support-table .support-table-list {
		padding-left: 0;
	}

	.section-support-table .support-table .data-cell-heading {
		padding-left: 105px;
	}

	.section-support-table .support-table .data-cell .item-value {
		max-width: 80px;
	}
}
