/* ASC custom table */
table.table-3-col tr td:nth-of-type(3) {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

table.table-3-col tr th:nth-of-type(3) {
	text-align: center;
}
