.green-box {
	line-height: 1.25em;
	top: 2%;
	left: 9%;
	width: 82%;
}

.sticker-holder {
	top: 64.6%;
	height: 23.5%;
	position: absolute;
	left: 8.6%;
	width: 83.3%;
}

.solid-light-purple-box {
	position: fixed;
	top: 38%;
	left: 9%;
	width: 82%;
}

.big-word {
	display: inline-block;
	width: 325px;
	font-size: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.25em;
	text-decoration: underline;
}

.drop {
	width: 342px;
	height: 210px;
	border-radius: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2.5em;
	text-decoration: underline;
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	line-height: 0.9em;
}

#box-2 .green-box > p { margin: 0.3em 0; }
.drop > p:first-child { margin: 3px 0 -5px 0 !important; }

#reduce-drop, #reform-drop {
	position: absolute;
	top: 32.7%;
	left: 9%;
	background-color: #4da7c3;
}
#reuse-drop, #reclaim-drop {
	position: absolute;
	top: 32.7%;
	left: 36.7%;
	background-color: #763fa1;
}
#recycle-drop, #refuse-drop {
	position: absolute;
	top: 32.7%;
	left: 64.2%;
	background-color: #22baa3;
}
/*
{ background-color: #22baa3; }
  { background-color: #4da7c3; }
 { background-color: #763fa1; }
*/

.droppable { height: 150px; }

.ui-droppable-hover:not(#holder) { background-color: var(--yellow-color-hover) !important; }

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

.sticker {
	height: 212px;
	cursor: grab !important;
	margin: 0 35px;
}

.placed { height: 150px; }
