/* This is for any unique stylings that apply only to this program */

/* This ID is for entire area of the program you will see before the actual simulation section is displayed */



#OverviewSection{
	position: absolute;
	top: 150px;
	left: 50px;
	width: 900px;
	height: 700px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	visibility: visible;
}

#OverviewPicture{
	position: absolute;
	top: 500px;
	left: 310px;
}

#LabDirections{
	position: absolute;
	top: 25px;
	left: 50px;
	width: 800px;
}

.Directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#990000;
	text-align: center;
}

/* This ID is for entire area of the program that will display as part of the simulation */

#LabSection{
	position: absolute;
	top: 75px;
	left: 0px;
	visibility: hidden;
}

#DrawingSection{
	position: absolute;
	top: 60px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}

#DrawingSectionTwo{
	position: absolute;
	top: 60px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	visibility: hidden;
}

#DrawingSectionThree{
	position: absolute;
	top: 60px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	visibility: hidden;
}

#DrawingSectionFour{
	position: absolute;
	top: 60px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	visibility: hidden;
}

#DrawingSectionFive{
	position: absolute;
	top: 60px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	visibility: hidden;
}

#BeginButton{
	position: absolute;
	top: 425px;
	left: 375px;
	width: 150px;
	cursor: pointer;
	visibility: visible;
}

#ChargeButton{
	position: absolute;
	top: 50px;
	padding-top: 5px;
	left: 720px;
	width: 100px;
	cursor: pointer;
}

#PauseButton{
	position: absolute;
	top: 530px;
	padding-top: 5px;
	left: 50px;
	width: 100px;
	cursor: pointer;

}

#ResumeButton{
	position: absolute;
	top: 530px;
	padding-top: 5px;
	left: 50px;
	width: 100px;
	visibility: hidden;
	cursor: pointer;
}


#ViewResistor{
	position: absolute;
	top: 95px;
	left: 210px;
	width: 100px;
	height: 40px;
}

#ViewCapacitor{
	position: absolute;
	top: 50px;
	left: 580px;
	width: 120px;
	height: 140px;
}

#ViewCurrent{
	position: absolute;
	top: 250px;
	left: 560px;
	width: 85px;
	height: 165px;
}

#ViewVoltage{
	position: absolute;
	top: 240px;
	left: 395px;
	width: 85px;
	height: 165px;
}

#ChangeResistance{
	position: absolute;
	top: 95px;
	left: 100px;
	width: 200px;
	height: 100px;
	padding-top: 20px;
}

#ReturnFour{
	position: absolute;
	top: 95px;
	right: 100px;
	width: 200px;
	height: 100px;
	padding-top: 20px;
}

#ChangeCapacitor{
	position: absolute;
	top: 95px;
	left: 100px;
	width: 200px;
	height: 100px;
	padding-top: 20px;
}

#ReturnFive{
	position: absolute;
	top: 95px;
	right: 100px;
	width: 200px;
	height: 100px;
	padding-top: 20px;
}

.Button{
	height: 50px;
	background-color: #AAAAAA;
	border: 4px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#990000;
	cursor: pointer;
}

.LittleButton{
	height: 25px;
	background-color: #AAAAAA;
	border: 4px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	cursor: pointer;
}

.InvisibleButton{
	
}

.refresh-page{
	padding: 15px 20px 15px 20px;
	background-color: #0684cb;
	text-decoration: none;
	color: white;
	font-family:"Kumbh Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin-top:770px !important;
  left: 410px;
  border-radius: 50px;
  position: absolute;
}