canvas{
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
	}

body {
	color: ;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 100%;
	line-height: 1.5em; /* 18px */
	margin: 0px;
	width: 975px;
}


.navbar ul {
padding: 0px;
list-style-type: none;
text-align: left;
margin-top: -30px;
border-radius: 5px;
}

.navbar ul li {
display: inline;
}

.navbar ul li a {
text-decoration: none;
padding: 0.2em 1em;
color: black;
background-color: ;
}

.navbar ul li a:hover {
background-color: white;
}

.main {
background-color: white;
margin-left: 10px;
margin-right: 10px;
/*margin-top: 10px;*/
margin-bottom: 10px;
border-radius: 5px;
padding: 0px;
font-size: 110%;
}

#figpillars {
border: 1px solid black;
background-color: white;
width: 975px-5px-5px-10px;
margin-left: 5px;
margin-right: 5px;
margin-top: 0px;
margin-bottom: 0px;
border-radius: 5px;
padding: 10px;
font-size: 110%;
}

#figpillars table {
width: 100%;
}

#figpillars table, th, td {
border: 1px solid black;
text-align: center;
}

#footer {
background-color: ;
margin: 10px;
height: 60 px;
clear: both;
border-radius: 5px;
color: #000;
text-align: center;
padding: 15px;
font-size: 90%;
}

.figure {
border: 1px solid black;
background-color: white;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 10px;
border-radius: 5px;
font-size: 80%;
padding: 5px;
}


.spectruminput {
margin-left: 10px;
margin-right: 5px;
margin-top: 0px;
margin-bottom: 10px;
border-radius: 5px;
padding: 5px;
width: 250px;
font-size: 80%;
float: right;
}


/*============ STYLING TEXT AND HEADINGS ===================*/
/*center h text vertically*/
h1 {
padding: 0px;
font-size: 140%;
text-align: center;
/*position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);*/
}

h2 {
font-size: 110%;
text-align: left;
}

h3 {
font-size: 100%;
text-align: left;
}

p {
font-size: 100%;
text-align: left;
padding-top: 0px;
padding-bottom: 0px;
}