
.table {
	display: table;
	table-layout: fixed;
}
.table-cell {
	display: table-cell;
	vertical-align: top;
}
.inline-block
	display: inline-block;
}
