button, input.button{
	width:fit-content;
	background-color:lightsteelblue;
	font-weight:bold;
	font-size:18px;
}
#bot{
font-size: 12px;
position:fixed;
bottom:5px;
width:50%;
margin-left:25%;
text-align:center;
border:solid 2px;
background:floralwhite;
}
#topm{
background:palegoldenrod;	
height: 50px;
border:2px solid;
width:100%;
font-size:20px;
font-weight:bold;
text-align:center;
}
#top{
background:palegoldenrod;	
height: 50px;
border:2px solid;
width:100%;
font-size:20px;
font-weight:bold;
}
.top2{
width:32%;	
float:left;
}
.top3{
width:400px;	
float:left;
}
#wrapper{
height:475px;
border:2px solid;
background:white;
width:100%;
overflow:scroll;
 }
table, th, td {
  border:1px solid black;
  border-collapse: collapse;
  }


  