.table-div {
	display: table;
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	padding: 5px;
	padding-left: 0px;
}

.row-div {
	display: table-row;
	width: auto;
	height: 100%;
	
}

.cell-div {
	display: table-cell;
	height: 100%;
	float: left; /* Fix for buggy browser */
}