/* ASC custom table */
@media only screen and (max-width: 735px) {
	table.table-4-col.table-4-col-even tr {
		grid-template-columns: repeat(2, minmax(100px, 2fr)) minmax(250px, 3fr) minmax(100px, 1fr) !important;
	}
}

.article-content-wrapper .table-wrapper tr th:nth-of-type(4) {
	text-align: center !important;
}

.article-content-wrapper .table-wrapper tr td:nth-of-type(4) {
	align-items: center !important;
}

@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;
	}
}

table:not(.table-custom) tr td:not(:first-of-type):not(:nth-child(3)) p {
	margin-right: 15px;
}
