/* DataTables */
.dt-scroll-body {
	transition: all .35s;
}

@media ( prefers-reduced-motion ) {
	.dt-scroll-body {
		transition: none;
	}
}