/* ASC custom table */
.article-content-wrapper developer-accordion table p {
	font-size: 14px;
}

table.table-7-col tr {
	grid-template-columns: repeat(7, 1fr);
	padding: 12px 0;
}

table tr th:not(:first-of-type) {
	margin-right: 10px;
}

@media only screen and (max-width: 1068px) {
	table.table-7-col tr {
		grid-template-columns: repeat(7, minmax(100px, 1fr)) !important;
		padding: 12px 0;
	}
}
