TemplateStyle:Common/FakeTable.css

From Halopedia, the Halo wiki

.hp-table {
	display: table;
}

.hp-table .hp-thead {
	display: table-header-group;
}

.hp-table .hp-tbody {
	display: table-row-group;
}

.hp-table .hp-tfoot {
	display: table-footer-group;
}

.hp-table .hp-tr {
	display: table-row;
}

.hp-table .hp-td {
	display: table-cell;
}

.hp-table .hp-th {
	display: table-cell;
}

.hp-table .hp-colgroup {
	display: table-column-group;
}

.hp-table .hp-col {
	display: table-column;
}

.hp-table .hp-caption {
	display: table-caption;
}