div.table {
	display: table;
}

div.row {
	display: table-row;
}

div.cell {
	display: table-cell;
}