table
{
width:95%;
height:93%;
padding: 15px;
border-collapse: collapse;
border: 1px solid white;
margin: auto;
margin-top: 2.25%;
background-color: white;
}
td, th
{
  padding-left: 15px;
  text-align: left;
  width: 25%;
  border-bottom: 1px solid black;
}
td {
height: 50px;	
}
th {
	height: 20px;
}
#tablewrapper {
 width:60%;
 height: 900px;
 background-color: #EEE;
 display: block;
 position: sticky;
 margin: 4%;
 margin-top: 2%;
 float: left;
 padding:15px;
}
label{
padding: 10px;
 display: block;
 font-size: 20px;
 line-height: 5px; 
}
input, select {
	display: block;
	padding: 20px;
	height: 2%;
}

#form {
 width:20%;
 height: 450px;
 background-color: #EEE;
 display: block;
 margin: 4%;
 margin-top: 2%;
 float: left;
 padding:15px;	
}

/* links inside the nav bar */
.nav a {
  float: center;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links when u hover */
.nav a:hover {
  background-color: white;
  color: black;
}