/* ASC custom table */
table tr td:not(:first-of-type) p {
	margin-right: 15px;
}

table.table-4-col tr {
	grid-template-columns: 1.5fr 1fr 2fr 2fr !important;
}

@media only screen and (max-width: 734px) {
	table.table-4-col tr {
		grid-template-columns: repeat(2, minmax(100px, 1fr)) repeat(
				2,
				minmax(150px, 2fr)
			) !important;
	}
}

.article-content-wrapper .table-wrapper .table-4-col p {
	font-size: 14px;
}

/* @media only screen and (max-width: 1068px) {
	.article-content-wrapper .table-wrapper table {
		display: block;
		word-wrap: normal;
		table-layout: fixed;
		overflow: hidden;
		overflow-x: auto;
		font-size: 16px;
	}
} */
