/* Support collapse tables */
tr.collapse, tr.collapsing {
	display: table-row !important;
}
tr.collapse.in td,
tr.collapsing td {
	display: table-cell;
}

table tr.collapse td {
	display: none;
}

table tr.rowspan td {
	border-bottom: 0;
}

/* Bootstrap overwrites */