
.download table {
  width: 50%;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  margin-bottom: auto;
  border-collapse: collapse;
}

.download img.logo {
  width: 100%;
  text-align: center;
}

.download table td {
  border: 1px solid black;
  padding: 2pt;
  background: #ececec;
}

.download table td.link {
  background: #009900;
  text-align: center;
  font-family: sans-serif;
  padding: 7pt;
  color: white;
  font-size: 14pt;
}

.download table td.small_link, .download table td.small {
  background: #009900;
  text-align: center;
  font-family: sans-serif;
  padding: 7pt;
  color: white;
  font-size: 10pt;
}

.download table td a {
  text-decoration: none;
  color: white;
}

span.onbeschikbaar {
}

span.niet {
  font-weight: bold;
}

input[type=text].url {
   width: 100%;
   cursor: pointer;
}
