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

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

.multi-container {
	position: absolute;
    width: 82%;
    left: 9%;
    height: 80%;
    top: 15%;
    display: flex;
	flex-direction: column;
    justify-content: center;
	align-items: center;
	gap: 1%;
}

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

.droppable img {
	width: 293px;
    height: 198px;
    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;
}

.text-image-container {
	display: flex;
	flex-direction: row;
	background-color: rgba(101,165,192,.65);
	border-radius: 8px;
	padding: 0.5%;
    gap: 1%;
    width: 87%;
    justify-content: center;
    cursor: pointer;
}

.text-image-container:hover {
	background-color: rgba(101,165,192,.9);
    width: 88%;
}

.text-image-container.selected {
    background-color: rgba(101,165,192,.9);
    width: 88%;
}

.text-image-container > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.drop p {
	margin: 0;
    font-size: 2em;
    color: #fff;
    font-weight: bold;
}

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

#reduce-drop {
	left: 9%;
}

#reuse-drop {
	left: 36.7%;
}

#recycle-drop {
	left: 64.2%;
}

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

.image-holder img { margin: 0 !important; }