
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
	z-index: 2;

	&.no-footer {
		border-bottom: none;
	}
}

// Block out the gap above the scrollbar on the right, when there is a fixed
// right column
div.DTFC_Blocker {
	background-color: white;
}

