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

.vocabularyPopover {
	position: relative;
	top: 12px;
}

#reduce-drop {
	left: 9%;
	background-color: #4da7c3;
}

#reuse-drop {
	left: 36.7%;
	background-color: #763fa1;
}

#recycle-drop {
	left: 64.2%;
	background-color: #22baa3;
}

.drop {
	position: absolute;
	top: 32.7%;
	width: 342px;
	height: 247px;
	border-radius: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.97em;
	color: #fff;
	text-align: center;
	margin: 0;
	line-height: 0.9em;
}

.dropzone {
	background-color: #fff;
	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;
}

.dropzone img { margin: 0 !important; }