
.divClass{
	display: table;
	width: 100%;
	font-family: Verdana,Geneva,sans-serif;
	color: #492f24;
}
.divClassRow {
	display: table-row;
}
.divClassRowg {
	display: table-row;
	background-color: #e1e1e1;
}
.divClassCell {
	border: none;
	display: table-cell;
	padding: 3px 10px;
}
.divClassHeading {
	background-color: #ffcc33;
	display: table-header-group;
	/* font-weight: bold; */
}
.divClassFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divClassBody {
	display: table-row-group;
}
