/* Grid für responsive Produkt-Tabellen */

.flex-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.flex-column {
	box-sizing: border-box;
	padding: 1rem;
	flex-grow: 0;
}

.four-cols .flex-column { flex-basis: 20%; }