@charset "UTF-8";

.choiceText {
	height:50px;
	position:absolute;
	margin:0;
	padding: 10px 12px 10px 32px;
	font-family: Abadi;
	font-weight: normal;
	text-align: left;
	line-height: 24px;
	font-size: 17px;
	color: black;
	border: 0px solid yellow;
	border-radius: 4px;
	background-color: yellow;
	/*background-image:url("../images/StreetBG.svg");
	background-size: 50px 30px;
	background-repeat: no-repeat;*/
	box-shadow: 2px 2px 4px 2px rgba(32, 32, 32, 0.3);
	-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;
}
.choiceTextPurple{
	color: white;
	background-color: #6766DE;
	box-shadow: 2px 2px 4px 2px rgba(32, 32, 32, 0.3) !important
}
.testHighlight {
	background-color: #83F081;
	border: 2px solid #888800;
	border-radius: 4px;
	box-shadow: 0 0 4px 4px rgba(0, 192, 0, 1) !important
}