/* SPECS */

.annotation {
	display: block;
	font-size: 20px;
	font-family: sans-serif;
	color: rgb(var(--color-placeholder));
	margin: 0 0 20px 20px;
}

.wireframe {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(var(--color-placeholder));
	background-color: rgba(var(--color-placeholder), .25);
	box-shadow: inset 0 0 0 1px rgb(var(--color-placeholder));
	font-family: sans-serif;
	font-size: small;
	font-weight: bold;
	/* text-transform: uppercase; */
}

.wireframe-opaque {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(var(--color-placeholder));
	background-color: rgb(var(--color-placeholder-fill));
	box-shadow: inset 0 0 0 1px rgb(var(--color-placeholder));
	font-family: sans-serif;
	font-size: small;
	font-weight: bold;
	/* text-transform: uppercase; */
}