@charset "utf-8";
/* CSS Document - Table - 06.28.2016 - TJD */

/* Table */
.rTable {
	display: table;
	width: 100%;
	}

.rTableRow {
	display: table-row;
	}

.rTableCell, .rTableHead {
	display: table-cell;
	padding: 15px 10px;
	vertical-align: top;
	}

.rTableHeading {
	display: table-header-group;
	font-weight: bold;
	}

.rTableFoot {
	display: table-footer-group;
	font-weight: bold;
	background-color: #ddd;
	}

.rTableBody {
	display: table-row-group;
}