
th {
   text-align: center;
   cursor:none;
} 

.voet
{
   background-color: lightyellow;
   color:grey;
   margin-left:2%;
   width:100%; 
   text-align: center;
   cursor:none;
   font-size: 14px;
   text-transform: uppercase;
   border:none;
   z-index: 10;
}

.tellijst
{
   width:40%;
   background:white;
   color:black;
   font-size: 14px;
   text-align:center;
   cursor:none;
   z-index: 10;
}

#outertellijst{
  height: 95%;
  text-align: center; 
  position: absolute;
  top: 3%;
  left: 69%;
  z-index: 10; 
  background-color: white;
  color:black;
  overflow-x: hidden;
  cursor:none;
  display: none;
  overflow: auto;
  overflow-x: hidden;
  font-size: 14px;
}

  #kop{
   border: solid 4px black;
  }

