.green-box {
    left: 9%;
    top: 2%;
    width: 82%;
    height: 10%;
    line-height: 1.1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solid-light-purple-box {
	position: fixed;
	top: 33%;
	width: 76%;
	left: 12%;
}

.droppable {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.droppable img {
    width: 333px;
    height: 238px;
    margin: 0;
}

.type-in-box {
    position: absolute;
    background-color: rgba(101,165,192,.65);
    width: 82%;
    left: 9%;
    height: 38%;
    top: 43%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1%;
}

textarea {
    font-size: 2em;
}

.type-in-box textarea {
    flex-grow: 1;
}

.drop-container {
    position: absolute;
    background-color: rgba(101,165,192,.65);
    width: 82%;
    left: 9%;
    height: 38%;
    top: 15%;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}

.drop-container > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5%;
}

.vocabularyPopover {
	text-decoration: none!important;
	position: relative;
	top: 12px;
}

.drop p {
	margin: 0;
}

.drop span, .type-in-box p {
	top: 0;
	font-size: 2em;
	color: #fff;
}

#reduce-drop {
	left: 9%;
}

#reuse-drop {
	left: 36.7%;
}

#recycle-drop {
	left: 64.2%;
}

.dropzone {
	background-color: #fff;
    width: 333px;
    height: 238px;
    margin: 0;
}

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

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

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

.dropzone img { margin: 0 !important; }

.selector-holder {
    z-index: 0;
}

#type-in-box {
    flex-direction: row;
    flex-wrap: wrap;
    width: 63%;
    height: fit-content;
    color: white;
    left: 17%;
    top: 50%;
    font-size: 1.7rem;
}
