/*! Place your custom styles here */
@media all and (min-width: 768px) {
	[data-overlay] canvas {
		display: none;
	}
	[data-gradient-bg] > canvas + .background-image-holder {
		opacity: 1 !important;
	}
}
table th {
	background: #F18F00;
	color: #fff;
}
tbody tr:nth-child(odd) {
	background-color: #F9F9F9;
}
