/* ===================================  */
/* Style van alle echte index-pagina's  */
/* ===================================  */

html, body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
} 
#tabel-viewer {
  height: 90vh;
  overflow-y: scroll;
}
#foot {
  height: 4vh;
}
#kopje {
  height: 5vh;
  color: black;
}
#search-box {
  font-size: 14px;
  color: black;
  padding: 1px;
  box-sizing: border-box;
}	
table {
  font-size: 12px;
}
tfoot {
  display: table-row-group;
}	
tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}
.zoomin_x img {
  width: 150px;
}
.zoomin img {
  width: 150px;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}
.zoomin img:hover {
  width: 250px;
}

/* ===================================  */