
  .algemeen {
    font-family: Georgia;
    font-size: 16px;
    line-height: 140%;
    margin: 0 auto;
    width: 700px;
    }

  .algemeen h2 {
    font-family: Georgia;
    font-size: 20px;
    padding: 2em 0 1em 0;
    }

  .algemeen h3 {
    font-family: Georgia;
    font-size: 16px;
    padding-bottom: 0.5em;
    }

  .algemeen .bron {
    border-left: 2px solid lightgray;
    font-size: 16px;
    margin: 0;
    padding-left: 0.5em;
    }

  .blokboeken {
    background-color: white;
    height: 1027px;
    line-height: 140%;
    padding: 4em;
    }

  .blokboeken h2 {
    font-family: Georgia;
    font-size: 18px;
    padding-bottom: 0.75em;
    }

  .blokboeken h3 {
    font-family: Georgia;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0.5em 0;
    }

  .blokboeken h4 {
    font-family: Georgia;
    font-size: 12px;
    font-weight: Italic;
    margin: 0;
    padding: 0 0 1.5em 0;
    }

  .blokboeken table {
    border-bottom: 1px solid lightgray;
    border-collapse: collapse;
    font-family: Georgia;
    font-size: 14px;
    margin-bottom: 1em;
    padding-bottom: 1em;
    width: 770px;
    }

  .blokboeken .personen-lijst {
    border-bottom: 1px solid lightgray;
    padding-bottom: 1.5em;
    width: 790px;
    }

  .blokboeken .personen-lijst-kop table {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 785px;
    }

  .blokboeken .personen-lijst-kop table tr:nth-child(1) td {
    font-weight: bold;
    margin: 0;
    padding: 0 0 0.2em 0;
    }

  .blokboeken .personen-lijst-kop table tr td:nth-child(1) {width:100px;}
  .blokboeken .personen-lijst-kop table tr td:nth-child(2) {width:270px;}
  .blokboeken .personen-lijst-kop table tr td:nth-child(3) {width:150px;} 
  .blokboeken .personen-lijst-kop table tr td:nth-child(4) {width:120px;}

  .blokboeken .personen table {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 770px;
    }

  .blokboeken .personen table tr:nth-child(1) td {
    padding: 0 0 0.2em 0;
    }

  .blokboeken .personen table tr td:nth-child(1) {width:88px;}
  .blokboeken .personen table tr td:nth-child(2) {width:270px;}
  .blokboeken .personen table tr td:nth-child(3) {width:150px;}
  .blokboeken .personen table tr td:nth-child(3) > div {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
  .blokboeken .personen table tr td:nth-child(4) {width:120px;} 

  .blokboeken .uitklap {
    background-color: #F0F0F0;
    margin: 1em 0 0.5em 1.5em;
    padding: 2em 2em 0.5em 2em;
    width: 724px;
    }

  .blokboeken .uitklap table {
    border-collapse: collapse;
    padding: 0;
    margin-bottom: 0.7em;
    width: 100%;
    }
  
  .blokboeken .vindplaats table {border:none;}
  .blokboeken .vindplaats table tr td:nth-child(1) {width:100px;}

  .blokboeken table td {vertical-align:top;}
  .blokboeken table td:nth-child(1) {width:100px;}
  .blokboeken table td:nth-child(2) {}
  .blokboeken table tr:last-child td {padding-bottom:1em;}

  .frame {
    background-color: white;
    bottom: 0;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 16px;
    position: absolute;
    top: 76px;
    width: 1280px;
    }
