
  .lijst {
    padding-bottom: 3px;
    }

  .lijst .header {
    border-bottom: solid 2px var(--section-lightgray);
    }

  .lijst .link {
    color: #00437E;
    }

  .lijst table{
    border-collapse: collapse;
    font-size: 11px;
    }

  .lijst table th {
    background-color: var(--title);
    height: 16px;
    text-align: right;
    padding-right: 1.0em;
    }

  .lijst table th:nth-child(2) {
    text-align: left;
    }

  .lijst table th:nth-child(5) {
    text-align: left;
    }

  .lijst table td {
    vertical-align: middle;
    border-bottom: solid 1px lightgray;
    height: 16px;
    padding-right: 1.0em;
    }

  .lijst table td:nth-child(1) {
    text-align: right;
    padding-right: 1.0em;
    width: 44px;
    }

  .lijst table td:nth-child(2) {
    text-align: left;
    width: 44px;
    }

  .lijst table td:nth-child(3) {
    text-align: right;
    width: 80px;
    }

  .lijst table td:nth-child(4) {
    text-align: right;
    width: 90px;
    }

  .lijst table td:nth-child(5) {
    text-align: left;
    width: 330px;
    }

  .lijst table td:nth-child(6) {
    text-align: right;
    width: 50px;
    }

  .lijst table tr.link:hover{
    background-color: #AFEEEE;
    cursor: pointer;
    }

  /*  */

  .upper {font-size:11px; padding:0.3em 0 0.3em 0; text-transform:uppercase;}

