/* space were nav and table go */
#tablewrapper {
width:90%;
 height: 1000px;
 background-color: #EEE;
 display: block;
 position: sticky;
 margin: auto;
 margin-top: 5%;
 margin-bottom:5%;
 overflow-y: auto;
}
table
{
table-layout: fixed;
margin: auto;
margin-top: 2.5%;
width:90%;
height:90%;
padding: 0px;
border-collapse: collapse;
background-color: white;
}
td, th
{
  padding-left: 15px;
  text-align: left;
  width: 15%;
  border-bottom: 1px solid black;
}
td {
height: 50px;	
}
th {
	height: 20px;
}



.header .Edit .Accept:after{
  display:block;  
  cursor:pointer;
 position: absolute;
  right:0;  
}
.header.expand .sign:after{
  content:"-";
 }
 .sign{
  right:0; 
  display:block; 
  cursor:pointer;  
 }
 
 /* color of the top navigation */
.nav {
  float: right;
  width: 18.75%;
  background-color: #EEE;
  margin-top: 1.5%;
}

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

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