
.rTable { 
	display: table;
	width: 100%; margin-bottom: 30px;} 
.rTableRow { 
	display: table-row; 
	} 
.rTableHeading { 
	display: table-header-group; 
	background-color: #ddd;
	font-weight: bold;
	} 
	
.rTableBody { display: table-row-group; } 
.rTableFoot { display: table-footer-group; } 
.rTableCell, .rTableHead { display: table-cell; }