.clear, .ineffable, img, p {
	display: none;
}

[id] {
	margin: 15px;
	border: 2px dashed #F00;
}

[id]:before {
	color: #F00;
	content: attr(id);
	display: block;
	font-size: inherit;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
