/*
css file to go with NESdb home page.
*/
body {
	margin: 3% auto;
	width:750px;
	background-color: #F0F0F0;
	font-size:120%;
	font-family: 'Helvetica',Arial, sans-serif;
    }
img {
	        max-width: 100%;
		    height: auto;
		        width: auto\9; /* ie8 */
		}
#header {
	float:right;
	padding-top:2%;
	width:18%
}
#Logo {
	 float:left;
	 margin-right:0.2em;
}
#title{
	 font-family:  Helvetica, "Comic Sans MS", Fantasy, Arial, sans-serif;
	 font-size:140%;
	 float:left;
	 width:70%
}
.sub_title{
	 margin-top:0.5em;
	margin-bottom:0.2em;
	font-size:110%;
	font-weight:bold;
}
#banner {
	     float:left;
	     margin-right:15px;
	     width: 750px;
           }

#heading{
	float:left;
	 margin-top:0.8em;
	font-size:180%;
	font-weight:bold;
	width:750px;
	
}

#menu{
	float:left;
	position:relative;
	width:100%;
	padding-bottom: 0.2 em}

#menu ul {
	font-weight:bold;
	 /*margin: 0% 0% 0% 10%;*/
 }

#menu li {
	 list-style-type: none;
	 text-align: center;
	 float: left;
	 display: block;
	 width: 8em;
	 padding-right: 0.2em;
 }

 #menu a {
	 text-decoration: none;
	 color: black;
	 display: block;
	 border: 3pt outset lightgrey;
	 background-color: #CCCCFF;
 }
 #menu a:hover{
	         border: 3pt  red inset;
	 }



textarea{
	width:730px;
	height:200px;
}
p{margin:0}

#input_form {
float:left;

	margin-top:10px;
}
#predict{
	cursor:pointer;
	font-family: 'Helvetica'; 
	font-size: large;
	color: black; 
	background-color: white; 
	border: 3pt outset lightgrey;
	}
#clear{
	cursor:pointer;

	font-family: 'Helvetica'; 
	font-size: large;
	color: black; 
	background-color: white; 
	border: 3pt  outset lightgrey;}


.out_table{
	padding:0.4em;
	font-family:'Courier New', Courier, monospace;
	font-size: 80%;
	text-align:right;
	margin: auto;
	width:650px;
	border-top: 2px solid green;
	border-bottom: 2px solid green;
}
th{
border-bottom: 2px solid green;
}
.out_msg{
	margin-top:0.2em;
	margin-bottom: 0.2em;
	 font-size: 90%;
	 float:left;
	
 }

 #footer{
	margin-top:8%; 
	 float: left, bottom;
	 width:750px;
	 font-size: 80%;


 }

