/* test style sheet, super obvious */
.impl {
	display:none
}
h1:after {
	content: '- Developer View';
	font-style: italic;
	
}
 body {width:50em;}
