.col {
	display: table-column;
}

.row {
	display: table-row;
}

.cell {
	display: table-cell;
}

.table {
	display: table;
}