/*keep this same for all*/
/*the main div container parallel to and above mainBox div*/
#wepLab7
{
	position: relative;
	width:100%;
	height:100%;

	top:0%;
	left:0%;

	margin:0;
	padding:0;	

	/*background-color: #37C2DA;*/
	
	/*change only this*/

}

#sackCarry{
	display: none;
	position: absolute;
	top:20%;
	left:5%;
	width: 15%;
}

/*plate div for containing all fruits*/
#plate{
	display: none;
	position: absolute;
	top:20%;
	left:60%;
	width:28%;
	height: 40%;

	/*border:1px solid;*/
}


/*explaination for the example*/
#explain1{
	display: none;
	position: absolute;

	top:5%;
	
	width: 100%;
	text-align: left;

	font-size: 1.4em;

	padding:0% 2%;

	color:darkblue;
}

#explain2{
	display: none;
	position: absolute;

	top:5%;
	
	width: 100%;
	text-align: right;

	font-size: 1.4em;

	padding:0% 10%;

	color:darkblue;
}

#explain3{
	display: none;
	position: absolute;

	top:70%;
	
	width: 100%;
	text-align: center;

	font-size: 1.4em;

	padding:0% 10%;

	color:purple;

	/*text-shadow:0px 4px 4px rgba(0,0,0,0.5);*/

}

#chemEnergy{
	display: none;
	position:absolute;
	top:85%;
	left:0%;
	width:100%;
	
	text-align: center;
	font-size: 2em;

	color:rgb(2,66,83);

	padding: 0% 2%;

	border-radius: 5%;
	background-color: rgba(185,228,238,0.7);
}






