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

	top:0%;
	left:0%;

	margin:0;
	padding:0;	

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

}

/*instruction*/
#lab11Instruction1{
	position: absolute;
	 top:30%;
	left:57%; 

	font-size: 1.3em;

	color:darkred;
}

/*room image*/
#room{
	position: absolute;
	top:5%;
	left:0%;

	width: 55%;


	/*border:1px solid;*/
}

/*switch box div*/
#switchBox{
	position: absolute;
	top:30%;
	left:15%;

	width:35%;
	height: 30%;

	/*border:1px solid red;*/
}

#switch{
	position: absolute;
	top:10%;
	left:20%;

	width: 22.2%;

	cursor:none;
}

#switchOff, #switchOn{
	opacity: 0;
	position: absolute;
	top:10%;
	left:20%;

	width:58%;
}

#switch{
	opacity: 1;
	position: absolute;
	top:10%;
	left:20%;

	width: 22.2%;
}


#clickSign{
	display: none;
	position: absolute;
	top:0%;
	left:53%;

	width:15%;
}

/*light energy text*/
#roomLightEnergy{
	/*display: none;*/
	position:absolute;
	top:87%;
	left:0%;
	
	/*width 100% and align center for making the text at center of screen*/
	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);
}







