body {
}

.hide { display: none; visibility: hidden; }

#all {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

#lblOutput{
  padding: 20px 5px 40px 5px;
  color:#990000;
}

input[type=text]{
  float:right;
}

#stuff {
	width:180px;
    border-radius: 25px;
    border: 2px solid #990000;
    padding: 0px 0px 0px 8px;
	margin:0;

     
}


header {
  text-align: center;
  /*background-color:#990000;*/
  color: #990000;
  font-size: 14px;

}

button {
    margin:0px;
	
}

nav {
  background-color: #AAADB3;
  float: left;
  width: 150px;
  height: 525px;
}

details {
  padding-left: 10px;
}

.block { 
  display: inline;
  width: 60%; 
  text-align: left; 
   font-weight: bold;
  margin-right:10px;

 }

#content {
  background-color: white;
  float: middle;
  width: 440px;
  /*height: 400px;*/
  padding-left: 10px;
  text-align: center;
}

img {
  width: 500px;
  background-color: white;
  align: center;
  onclick: "showImg(this.src,800,1200,'bearbearbearbear');"
  /*height: 400px;*/
}

label{
    font-weight: bold;
	font-size:15px;
    margin-right:10px;


}

input{
position:inherit;
  width: 40%;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
     margin-left: 20px; 
}

footer {
  color: white;
  background-color: #0E3A73;
  clear: both;
  text-align: center;
}
