/* ===================================  */
/* Style van alle show-pagina's         */
/* ===================================  */

html, body { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
#seadragon-viewer {
  height: 90vh;
}
.terug {
  width: 3%;
}
#foot, #kopje {
  width: 93%;
}
#kopje {
  color: black;
}
.openseadragon-container :focus { outline: none; }

/* ===================================  */