/* 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: 75px;
	left: 50px;
	width: 900px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#OverviewPicture{
	position: absolute;
	top: 400px;
	left: 300px;
}

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

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

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

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

.LittleDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
}

/* 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;
}


#DrawingSectionOne{
	position: absolute;
	top: 0px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

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

#HelpText{
	position: absolute;
	top: 75px;
	left: 50px;
	width: 800px;
	height: 50px;
}

#PeriodicTable{
	position: absolute;
	top: 0px;
	left: 0px;
	--width: 48px;
	--startcol: -30px;
	--height: 70px;
	--startrow: 0px;
	height: calc(6*var(--height));
}


.smallbox{
	height: var(--height);
	width: var(--width);
	border: solid 1px black;
}

.donesmallbox{
	height: var(--height);
	width: var(--width);
	border: solid 1px black;
	background-color: #CCCCCC;
}

.ZNum{
	position: absolute;
	top: 2px;
	left: 2px;
	color: #990000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.Symbol{
	position: absolute;
	top: calc(0.30*var(--height));
	width: calc(1.0*var(--width));
	text-align: center;
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.EName{
	position: absolute;
	top: calc(0.60*var(--height));
	width: calc(1.0*var(--width));
	text-align: center;
	color: #000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:7px;
}

.ANum{
	position: absolute;
	top: calc(0.75*var(--height));
	width: calc(1.0*var(--width));
	text-align: center;
	color: #000099;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

.Column1{
	position: absolute;
	left: calc(var(--startcol) + 1*var(--width));
}

.Column2{
	position: absolute;
	left: calc(var(--startcol) + 2*var(--width));
}

.Column3{
	position: absolute;
	left: calc(var(--startcol) + 3*var(--width));
}

.Column4{
	position: absolute;
	left: calc(var(--startcol) + 4*var(--width));
}

.Column5{
	position: absolute;
	left: calc(var(--startcol) + 5*var(--width));
}

.Column6{
	position: absolute;
	left: calc(var(--startcol) + 6*var(--width));
}

.Column7{
	position: absolute;
	left: calc(var(--startcol) + 7*var(--width));
}

.Column8{
	position: absolute;
	left: calc(var(--startcol) + 8*var(--width));
}

.Column9{
	position: absolute;
	left: calc(var(--startcol) + 9*var(--width));
}

.Column10{
	position: absolute;
	left: calc(var(--startcol) + 10*var(--width));
}

.Column11{
	position: absolute;
	left: calc(var(--startcol) + 11*var(--width));
}

.Column12{
	position: absolute;
	left: calc(var(--startcol) + 12*var(--width));
}

.Column13{
	position: absolute;
	left: calc(var(--startcol) + 13*var(--width));
}

.Column14{
	position: absolute;
	left: calc(var(--startcol) + 14*var(--width));
}

.Column15{
	position: absolute;
	left: calc(var(--startcol) + 15*var(--width));
}

.Column16{
	position: absolute;
	left: calc(var(--startcol) + 16*var(--width));
}

.Column17{
	position: absolute;
	left: calc(var(--startcol) + 17*var(--width));
}

.Column18{
	position: absolute;
	left: calc(var(--startcol) + 18*var(--width));
}

.Row1{
	position: absolute;
	top: calc(var(--startrow) + 1*var(--height));
}

.Row2{
	position: absolute;
	top: calc(var(--startrow) + 2*var(--height));
}

.Row3{
	position: absolute;
	top: calc(var(--startrow) + 3*var(--height));
}

.Row4{
	position: absolute;
	top: calc(var(--startrow) + 4*var(--height));
}

.Row5{
	position: absolute;
	top: calc(var(--startrow) + 5*var(--height));
}

.Row6{
	position: absolute;
	top: calc(var(--startrow) + 6*var(--height));
}




#FormArea{
	position: absolute;
	width: 200px;
	top: 150px;
	left: 250px;
	height: 100px;
}

#FormAnswers{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100px;
}

.FormInputSmall{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 200px;
	left: 0px;
	height: 40px;
	text-align: center;
	margin-bottom: 25px;
	border: 4px solid Black;
	padding: 10px 10px;
}

#SubmitButton{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 200px;
	height: 50px;
}


.FormInputs{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 350px;
	left: 0px;
	height: 25px;
	text-align: left;
	margin-bottom: 25px;
}

#PersonName{
	position: absolute;
	top: 250px;
	left: 10px;
	width: 430px;
	height: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	text-align: right;
}

#StudentName{
	position: absolute;
	top: 250px;
	left: 450px;
	width: 430px;
	height: 25px;
	
}

.smallbutton{
	height: 30px;
	width: 100px;
	background-color: #AAAAAA;
	border: 1px #990000 solid;
	border-radius: 5px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
}




#BeginButton{
	position: absolute;
	top: 300px;
	left: 375px;
	width: 150px;
}

.Button{
	height: 45px;
	padding-top: 5px;
	background-color: #AAAAAA;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

.InvisibleButton{
	
}

#CitationArea{
	position: absolute;
	top: 700px;
	left: 50px;
	width: 900px;
	text-align: center;
}

#BenFranklin{
	position: absolute;
	padding-top: 35px;
	top: 100px;
	left: 150px;
	width: 400px;
	height: 115px;
	text-align: center;
	background-color: #EEEEEE;
	border: #990000 4px solid;
	border-radius: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	display: none;
}

#CloseBF{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
}

