
// Use this class on an element around a custom template to have it hide
.dte-template-wrapper {
	display: none;
}
.dte-template-hide {
	display: none;
}