div.circleannotation {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border-width: 5px;
	border-style: solid;
	opacity: 0.5;
	pointer-events: none;
	z-index: 3;
}

div.dot {
	left: 35%;
	top: 35%;
	height: 30%;
	width: 30%;
	position: absolute;
	background-color: dimgrey;
	border-radius: 50%;
	opacity: 0.4;
	z-index: 1;
}

div.capture {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: dimgrey;
	border-radius: 50%;
	opacity: 0.5;
	pointer-events: none;
	z-index: 2;
}

div.nagtext {
	left: 15%;
	top: 15%;
	width: 70%;
	height: 70%;
	position: absolute;
	margin: 0px auto;
	color: white;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	pointer-events: none;
	z-index: 6;
}

div.nag {
	left: 70%;
	top: 0px;
	width: 30%;
	height: 30%;
	position: absolute;
	border-radius: 50%;
	opacity: 1;
	pointer-events: none;
	z-index: 5;
}

div.error {
	width: 100%;
	height: 100%;
	background-color: red;
	position: absolute;
	opacity: 0.5;
}

div.canvas {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 3;
}

img {
	position: relative;
	z-index: 2;
}

div.threat {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	pointer-events: none;
	opacity: 1;
	z-index: 0;
}

div.movedpiece {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #cabcb5;
	opacity: 0.85;
	pointer-events: none;
	z-index: 1;
}
