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


/* This ID is for the title of the program found above the dotted areas of the problem */

#ProgramTitle{
	position: relative;
	top: 25px;
	width: 1000px;
	text-align: center;
}

/* This class is for the title of the program found above the dotted areas of the problem */

.Titles{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:xx-large;
	color:#990000;
	text-align: center;
}


/* This ID is for entire area of the program where you see how good your answers were */

#DrawingSection{
	position: absolute;
	top: 150px;
	width: 920px;
	left: 50px;
	height: 700px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}

#WaveControlSection{
	position: absolute;
	top: 480px;
	width: 900px;
	height: 200px;

}

#WaveOne{
	position: absolute;
	top: 10px;
	left: 150px;
	cursor: pointer;
}

#WaveTwo{
	position: absolute;
	top: 10px;
	left: 310px;
	cursor: pointer;
}

#WaveThree{
	position: absolute;
	top: 10px;
	left: 470px;
	cursor: pointer;
}

#ShowWaves{
	position: absolute;
	top: 10px;
	width: 300px;
	height: 200px;
	left: 590px;
	cursor: pointer;
	

	
}

.waveinfo{
	width: 75px;
	height: 180px;
}

.aspot{
	position: absolute;
	top:0px;
	height: 50px;
	width:75px;

}

.bspot{
	position: absolute;
	top:70px;
	height: 50px;
	width:75px;

}

.cspot{
	position: absolute;
	top:140px;
	height: 50px;
	width:75px;

}

#show1{
	position: absolute;
	top: 0px;
}

#show2{
	position: absolute;
	top: 50px;
}

#show3{
	position: absolute;
	top: 100px;
}

#showT{
	position: absolute;
	top: 150px;
}

.showwave{
	width: 300px;
	height: 45px;
}

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

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

.downarrow10x{
	position: absolute;
	top: 70px;
	left: 10px;
}

.uparrow10x{
	position: absolute;
	top: 70px;
	right: 10px;
}

.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:765px !important;
  left: 410px;
  border-radius: 50px;
  position: absolute;
}
