
  body {
    overflow-x: hidden;
    width: 1280px;
    }

  .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: 1em 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;
    }

  .algemeen-indent {
    padding: 0 0 0.5em 1em;
    }

  .bedrag {
    float: left;
    text-align: right;
    width: 50px;
    }

  .blok {
    background-color: #F0F0F0;
    font-size: 12px;
    margin: 0.5em 0 0.5em 0;
    padding: 1em 0 1em 0;
    width: 700px;
    }

  .blok-titel {
    font-size: 14px;
    }

  .frame {
    background-color: white;
    bottom: 0;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 16px;
    position: absolute;
    top: 76px;
    width: 1280px;
    }

  .huurregister {
    background-color: white;
    font-family: Georgia;
    font-size: 14px;
    height: 1027px;
    line-height: 140%;
    padding: 2em 4em;
    }

  .huurregister h2 {
    font-family: Georgia;
    font-size: 18px;
    padding: 0.5em 0 0.5em 0;
    }

  .huurregister h3 {
    font-family: Georgia;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0.5em 0;
    }

  .huurregister h4 {
    font-family: Georgia;
    font-size: 13px;
    margin: 0;
    padding: 0;
    }

  .huurregister table {
    border-collapse: collapse;
    font-family: Georgia;
    font-size: 14px;
    width: 900px;
    }
   
  .huurregister table td {padding-right:0.5em; vertical-align:top;}

  .huurregister .personen table tr:first-child td {border-bottom: 1px solid lightgray;}
  .huurregister .personen table tr:nth-child(2) td {padding-top:0.5em;}
  ..huurregister table tr:nth-child(2n + 3) {background: #F0F0F0;};

  .huurregister .personen table td:nth-child(1) {width:40px;}
  .huurregister .personen table td:nth-child(2) {width:40px;}
  .huurregister .personen table td:nth-child(3) {width:150px;}
  .huurregister .personen table td:nth-child(4) {width:150px;}
  .huurregister .personen table td:nth-child(4) > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    }
  .huurregister .personen table td:nth-child(5) {width:150px;}
  .huurregister .personen table td:nth-child(5) > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    }
  .huurregister .personen table td:nth-child(6) {width:60px;}
  .huurregister .personen table td:nth-child(7) {width:250px;}
  .huurregister .personen table td:nth-child(7) > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 250px;
    }

  .menu-top {width:1280px;}

  .tabel {
    background-color: #F0F0F0;
    padding: 1.0em;
    width: 700px;
    }

  .tabel table {
    width: 100%
    }

  .tabel table td:nth-child(1) { 
    padding: 0 1em 0 0.5em;
    width: 120px;
    }
