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

.table-wrapper table.table-2-col tr td {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
