/* 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: 125px;
	width: 925px;
	left: 50px;
	height: 700px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}


.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;
	cursor: pointer;
}

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

#AArrows{
	position: absolute;
	top: 530px;
	left: 5px;
	width: 215px;
	height: 150px;
}

#BArrows{
	position: absolute;
	top: 530px;
	left: 230px;
	width: 220px;
	height: 150px;
}

#CArrows{
	position: absolute;
	top: 530px;
	left: 455px;
	width: 220px;
	height: 150px;
}

#DArrows{
	position: absolute;
	top: 530px;
	left: 680px;
	width: 220px;
	height: 150px;
}

#SubmitButton{
	position: absolute;
	top: 460px;
	right: 50px;
	width: 100px;
	height: 40px;
	cursor: pointer;
}

#NextButton{
	position: absolute;
	top: 460px;
	right: 50px;
	width: 100px;
	height: 40px;
	visibility: hidden;
	cursor: pointer;
}

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


.downarrow{
	position: absolute;
	top: 70px;
	left: 80px;
}

.uparrow{
	position: absolute;
	top: 70px;
	right: 80px;
}

.uparrow10x{
	position: absolute;
	top: 70px;
	right: 10px;
}
.new-header {
  overflow: hidden;
  background-color: #333;
}

.new-header a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.new-header a:hover {
  background-color: #ddd;
  color: black;
}

.new-header a.active {
  background-color: #04AA6D;
  color: white;
}

.new-header{
	margin-left: 50px;
}
.new-header {
  overflow: hidden;
  background-color: #0684cb;
  width: 925px;
/*  margin-top: 15px;*/
}

.new-header a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
  font-family:"Kumbh Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.new-header a:hover {
  background-color: #ddd;
  color: black;
}

.new-header a.active {
  background-color: #04AA6D;
  color: white;
}

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

.refresh-page img{
width: 26px;
display: inline-block;
vertical-align: top;
margin-top: -5px;
}

.refresh-page:hover{
	background-color: #064568;
}
