.flask
{
	width:30px;
	height:40px;
}
body
{
	text-align: center;
	background: #e4ebf7;
	width: 1400px;
	margin: 0px;
	color: #000066;
}
h1
{
	color: white;
}
ul 
{
	list-style-image: url('flask.png');
	text-align: left;
	list-style-position: inside;
	padding-bottom: 25px;
	columns: 2;
	column-width: 20%;
	border:2px solid #000066;
	border-radius: 25px;
	width: 800px;
	margin: auto;
	position: relative;
}
li
{
	padding-top: 25px;
}
.link
{
	text-decoration:none;
	font-family: "Lucida Console";
	font-size: 30px;
	text-align: left;
	color: #3393FF;
	font-weight: bold;
}
a:hover
{
	color:#ff6666;
	font-style: italic;
}

.title
{
	color: #000066;
	font-family: "Lucida Console";
	font-size: 50px;
	font-weight: bold;
}

.header
{
	background-color: #000066;
	text-align: center;
	padding: 20px;
	border-bottom: 2px solid white;
/*	background-image: url("wallpaper.jpg");
*/}
.menu
{
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	display: inline;
}
.menu a
{
	margin: 4px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 2px solid white;
	border-radius: 4px;
	width: 100px;
	background-color: #000066;
	text-decoration: none;
	color: white;
	font-family: "Lucida Console";
}

.experimentName
{
	font-size: 60px;
}
#postExperiment
{
	border: 2px solid #c2f0f0;
	background-color: #c2f0f0;
	height: 40px;
	line-height: 40px;
	color: #000066;
}
.uploadImage
{
	border:2px solid #000066;
	border-radius: 25px;
	width: 500px;
	height: 500px;
	margin-left: 70px;	
	float: left;
	line-height: 500px;
	margin-top: 20px;
}
#enterMaterial
{
	width: 600px;
	text-align: left;
	font-size: 20px;
}
.materials
{
	height: 400px;
	float: right;
	width: 700px;
	margin-right: 50px;
}
.instructions
{
	text-align: center;
	width: 500px;
	margin-left: 700px;
	display: inline-block;
}
.materialsTable
{
	float: right;
	margin-right: 8%;
}

tr
{
	display: inline;
}
/*.dot {
  height: 10px;
  width: 10px;
  background-color: #000066;
  border-radius: 50%;
  display: inline-block;
  margin-right: 20px;
}*/
.description
{
	width: 600px;
	height: 70px;
}
#enterInstruction
{
	width: 800px;
	font-size: 20px;
	text-align: left;
	margin-right: 20%;
	float: center;
	display: inline-block;
}
input[type=submit]
{
	margin: auto;
	width: 50em;
	height: 50em;
	margin-top: 50px;
	color: white;
	font-size: 30px;
	font-style: "Lucida Console";
}
#submit
{
	background: #000066;
	height: 50px;
	width: 300px;
	border-radius: 10px;
	border: 2px solid white;
}
#review
{
	width: 900px;
	height: 200px;
}
input[type=text]
{
	border: 2px solid #000066;
	border-radius: 4px;
    font-style: "Lucida Console";
	font-size: 30px;
}

textarea
{
	border: 2px solid #000066;
	border-radius: 4px;
	font-style: "Lucida Console";
	font-size: 20px;
}
.review
{
	display: inline-block;
}
.showPage
{
	border: 2px solid #000066;
	border-radius: 4px;
    font-style: "Lucida Console";
	font-size: 20px;
}
.subtitle
{
	font-size: 30px;
}
.column1
{
	float: left;
	width: 50%;
}
.column2
{
	float: right;
	width: 50%;
}
