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

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

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

	table tr td:not(:first-of-type) p {
		margin-right: 5px;
	}
}
