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:80%;
 height: 800px;
 background-color: #EEE;
 display: block;
 position: sticky;
 margin: auto;
 margin-top: 2%;
 float: center;
 padding:15px;
}
 /* color of the top navigation */
.nav {
  float: right;
  width: 11.75%;
  background-color: #EEE;
  color: #333;
}

/* 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;
}