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