.table { display: table; margin-top: 10px;}

.tablerow { display: table-row; }

.tablecell{ display: table-cell; vertical-align:top;}

* html .table {
	clear: left;
}

* html .tablerow {
	clear: left;
}

*html .tablecell {
	float: left;
	vertical-align:top;
}