
// FOundation styling is the same as the DataTables, but without the even row style
div.DTS {
	tbody th,
	tbody td {
		white-space: nowrap;
	}

	div.DTS_Loading {
		z-index: 1;
	}

	div.dataTables_scrollBody {
		background: repeating-linear-gradient(
			45deg,
			#edeeff,
			#edeeff 10px,
			white 10px,
			white 20px
		);

		table {
			z-index: 2;
		}
	}

	div.dataTables_paginate,
	div.dataTables_length {
		display: none;
	}
}
