.green-box {
	left: 9%;
	top: 2%;
	width: 82%;
	line-height: 1.1em;
}
.solid-light-purple-box {
	position: fixed;
	top: 33%;
	width: 76%;
	left: 12%;
}

#stage-1-drop {
	left: 9%;
	background-color: var(--blue-color-hover);
}

#stage-2-drop {
	left: 36.7%;
	background-color: var(--purple-color-hover);
}

#stage-3-drop {
	left: 64.2%;
	background-color: var(--green-color);
}

.drop {
	position: absolute;
	top: 22.7%;
	width: 342px;
	height: 310px;
	border-radius: 14px;
	font-size: 1.5em;
	color: #fff;
	text-align: center;
}

.dropzone {
	background-color: #ffffff;
	height: 182px;
	width: 323px;
	margin: 12px 10px;
	position: absolute;
	border-radius: 0 0 8px 8px;
}

.verb-wording {
	position: relative;
	top: 11px;
}

#sticker-holder-1 {
	top: 66.1%;
	position: absolute;
	left: 8.6%;
	width: 83.3%;
}

.sticker {
	height: 182px;
	margin: 0 1em;
	cursor: grab !important;
}

.ui-state-hover { background-color: var(--yellow-color-hover) !important }

.dropzone img { margin: 0 !important; }

.drop p { margin: 205px 0.5em 0 0.5em; }