
  .algemeen {
    font-family: Georgia;
    font-size: 16px;
    line-height: 140%;
    padding: 1em 0 4em 4em;
    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 table {
    border-collapse: collapse; 
    font-family: Georgia;
    font-size: 16px;   
    }

  .algemeen table tr td:nth-child(1) {
    text-align: right;
    padding-right: 0.5em;
    width: 36px;
    }

  .algemeen .bron {
    border-left: 2px solid lightgray;
    font-size: 16px;
    margin: 0;
    padding-left: 0.5em;
    }

  .bevolkingsregister {
    background-color: white;
    height: 1027px;
    line-height: 140%;
    padding: 4em;
    }

  .bevolkingsregister h2 {
    font-family: Georgia;
    font-size: 18px;
    padding-bottom: 0.75em;
    }

  .bevolkingsregister h3 {
    font-family: Georgia;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0.5em 0;
    }

  .bevolkingsregister h4 {
    font-family: Georgia;
    font-size: 12px;
    font-weight: Italic;
    margin: 0;
    padding: 0 0 1.5em 0;
    }

  .bevolkingsregister table {
    border-bottom: 1px solid lightgray;
    border-collapse: collapse;
    font-family: Georgia;
    font-size: 14px;
    margin-bottom: 1em;
    padding-bottom: 1em;
    width: 770px;
    }

  .bevolkingsregister .personen-lijst {
    border-bottom: 1px solid lightgray;
    padding-bottom: 1.5em;
    width: 790px;
    }

  .bevolkingsregister .personen-lijst-kop table {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 785px;
    }

  .bevolkingsregister .personen-lijst-kop table tr:nth-child(1) td {
    font-weight: bold;
    margin: 0;
    padding: 0 0 0.2em 0;
    }

  .bevolkingsregister .personen-lijst-kop table tr td:nth-child(1) {width:100px;}
  .bevolkingsregister .personen-lijst-kop table tr td:nth-child(2) {width:250px;}
  .bevolkingsregister .personen-lijst-kop table tr td:nth-child(3) {width:150px;} 
  .bevolkingsregister .personen-lijst-kop table tr td:nth-child(4) {width:140px;}

  .bevolkingsregister .personen table {
    border: none;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 770px;
    }

  .bevolkingsregister .personen table tr:nth-child(1) td {
    padding: 0 0 0.2em 0;
    }

  .bevolkingsregister .personen table tr td:nth-child(1) {width:88px;}
  .bevolkingsregister .personen table tr td:nth-child(2) {width:250px;}
  .bevolkingsregister .personen table tr td:nth-child(3) {width:150px;}
  .bevolkingsregister .personen table tr td:nth-child(3) > div {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
  .bevolkingsregister .personen table tr td:nth-child(4) {width:140px;}
  .bevolkingsregister .personen table tr td:nth-child(4) > div {
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }

  .bevolkingsregister .uitklap {
    background-color: #F0F0F0;
    margin: 1em 0 0.5em 1.5em;
    padding: 2em 2em 0.5em 2em;
    width: 724px;
    }

  .bevolkingsregister .uitklap table {
    border-collapse: collapse;
    padding: 0;
    margin-bottom: 0.7em;
    width: 100%;
    }

  .bevolkingsregister .uitklap table tr td:nth-child(1) {width:120px;}

  .bevolkingsregister .vindplaats table {border:none;}
  .bevolkingsregister .vindplaats table tr td:nth-child(1) {width:120px;}

  .bevolkingsregister table td {vertical-align:top;}
  .bevolkingsregister table td:nth-child(1) {width:100px;}
  .bevolkingsregister table td:nth-child(2) {}
  .bevolkingsregister 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;
    }

  .grid2 {
    column-gap: 0.5em;
    display: grid;
    font-size: 11px;
    grid-template-columns: 60px auto;
    padding: 0;
    }

  .grid2 div:nth-child(-n + 2) {
    background-color: var(--title);
    margin-bottom: 0.3em;
    padding: 0.2em 0 0.2em 0;
    font-weight: bold;
    }

  .grid2 div:nth-child(n + 3) {
    padding: 0 0 0.1em 0;
    }
