#scholenlijst .adres {
  margin: 1.5em 0;
}

#scholenlijst .opendagen {
  font-weight: bold;
}

#opendagen .opendag .header {
  font-size: 1.2em;
  font-weight: bolder;
  line-height: 1.5em;
  text-decoration: underline;
}

#email {
  float: right;
}

#email_dialog {
  position: absolute;
  display: none;
  z-index: 10000;
  right: 8px;
  top: 144px;
  width: 40em;
  height: 10em;
  background-color: #68CF42;
  color: #FFF;
  padding: 8px;
  border: 1px solid #000;
}

#email_dialog .header {
  font-size: 1.5em;
  font-weight: bolder;
  line-height: 2em;
}

#email_dialog .row {
  margin-bottom: 0.5em;
}

#email_dialog .label {
  width: 13em;
  float: left;
}
  
#email_dialog .data {
  width: 25em;
}  

.last_selection, .last_selection a {
  color: #FFF;
  background-color: #68CF42;
}
    
.kolom_hoogte {
  height: 550px;
}

#bg_selectie {
  background-color: #F1FFFF;
}

#views {
  width: 100%;
  background-color: #e5e5f0;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}

#scholenlijst {
  
}

#kaart {
  height: 518px;
  border: 1px solid #333;
}

#loading {
  position: absolute;
  display: none;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-top: -48px;
  margin-left: -48px;
  border: 1px solid #333;
  background-color: #F1FFFF;
  z-index: 10000;
}

#loading img {
  margin: 32px 0 0 32px;
}

#result_msg {
  font-size: 1.5em;
  font-weight: bolder;
  text-align: center;
  margin-top: 1em;
}