
  .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;
    }

  .cijnsregister {
    background-color: white;
    height: 1027px;
    line-height: 140%;
    padding: 4em;
    }

  .cijnsregister h2 {
    font-family: Georgia;
    font-size: 18px;
    padding-bottom: 1.5em;
    }

  .cijnsregister h3 {
    font-family: Georgia;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0.5em 0;
    }

  .cijnsregister table {
    border-bottom: 1px solid lightgray;
    border-collapse: collapse;
    font-family: Georgia;
    font-size: 14px;
    margin-bottom: 1em;
    padding-bottom: 1em;
    width: 750px;
    }

  .cijnsregister table td {vertical-align:top;}
  .cijnsregister table td:nth-child(1) {width:140px;}
  .cijnsregister table td:nth-child(2) {}
  .cijnsregister table tr:last-child td {padding-bottom:1em;}

