div.debug.boundingBox {
	position: fixed;
	border: 5px double rgba(0,0,0,0.1);
	box-sizing: border-box;
	label {
		font-family: monospace;
		white-space: nowrap; /* pre-line; */
		color: white;
		background-color: rgba(0,0,0,0.8);
		padding: 4px 8px;
		position: absolute;
		top:0;
		left:0;
	}
}
