
.nummering {
  padding-top: 0.5em;
  }

.nummering table th {
  background-color: #E6E6E6; 
  border-bottom: 1px solid #FAFAFA;
  border-right: 1px solid #FAFAFA;
  font-weight: normal;
  padding: 0 1.0em 0 0.5em;
  text-align: left;
  }

.nummering table th:nth-child(1) {
  text-align: right;
  }

.nummering table th:nth-child(2) {
  text-align: right;
  }

.nummering table tr:nth-child(2) td {
  padding-top: 3px;
  }

.nummering table td {
  padding: 0 1.0em 0 0.5em;
  }

.nummering table td:nth-child(1) {
  text-align: right;  
  width: 40px;
  }

.nummering table td:nth-child(2) {
  text-align: right;
  width: 40px;
  }

.nummering table td:nth-child(3) {
  width: 550px;
  }
