html:not(.devel-mode) .devel {
	display: none !important;
}
html.devel-mode .nodevel {
	display: none !important;
}
.template {
	display: none !important;
}