#SystemMessage{
	position: absolute;
	top: 300px;
	left: 25px;
	width: 875px;
}

#StartButton{
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 175px;
}

#ResetButton{
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: 175px;
	display: none;
}

#ChangeMassUp{
	position: absolute;
	top: 120px;
	left: 310px;
	width: 75px;
	height: 130px;
}

#ChangeMassDown{
	position: absolute;
	top: 120px;
	left: 410px;
	width: 75px;
	height: 130px;
}

#ChangeSurface{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 300px;
	height: 130px;
}

#ChangeArea{
	position: absolute;
	top: 225px;
	left: 0px;
	width: 225px;
	height: 225px;
}
#ProgramTitle{
	position: relative;
	top: -15px;
	width: 1000px;
	text-align: center;
}

#OverviewSection{
	position: absolute;
	top: 25px !important;
	left: 50px;
	width: 925px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	display: block;
}

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