input[type=submit] {
    display: block;
}

#top {
   position: static;
   top: 0;
   left: 0;
   width: 100%;
	background-color: #ffab62;
	z-index: 5;
	display: inline;
}

#intro {
	font-size: large;
}

#output {
	font-size: large;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #ffab62;
}

#middle {
	position: static;
	/*display: block;*/
	/*top: 50px;*/
	/*left: 20px;*/
	/*margin-left: 20px;*/
	padding: 1rem;
	z-index: 3;
}

#bottom {
	background: #ffab62;
	width: 100%;
	height: 3rem;
	position: fixed;
	bottom: 0;
	left: 0;
}

#bottom-content {
	position: absolute;	
	left: 20px;
	top: 5px;
	color: black;
}

#navtabs {
    height: 40px;
    width: 100%;
}

#navtabs ul {
    /*position: absolute;*/
    bottom: -1px;
}
