@charset "UTF-8";

.directionText {
	position:absolute;
	margin:0;
	padding: 0 0 0 30px;
	font-family: Montara;
	font-weight: bold;
	text-align: left;
	line-height: 32px;
	font-size: 23px;
	color: black;
	/*border: 2px solid green;
	background-color: rgba(0,255,0,0.5);*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select:none;
	user-select: none;
}
.correctItem {
	box-shadow: 0 0 8px 8px rgba(0, 192, 0, 1) !important
}
.incorrectItem {
	/*opacity: 0.65;
	alpha: 0.65;
	background-color: #888888;*/
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.65
}
.hitTargetGlow {
	box-shadow: 0 0 8px 8px rgba(255, 192, 0, 1) !important
}
.testButton {
	position:absolute;
	left: 0;
	top: 0;
	width: 60px;
	margin:0;
	padding: 4px 10px 4px 10px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
	color: black;
	border: 2px solid red;
	background-color: rgba(255,0,0,0.5);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select:none;
	user-select: none;
}