.top40-wrapper {
  text-align: center;
  margin: 1.5 em auto;
}

.top40-links {
  margin: 0 auto;
  border-collapse: collapse;
  width: 80%;
  max-width: 600px;
}

/* cellen */
.top40-links td, .top40-links th {
  border: 1px solid #ccc;
  padding: 4px 10px;
  line-height: 1;   /* regelhoogte aanpassen */
}

/* kopregel subtiel */
.top40-links th {
  background: #fafafa;   /* lichte achtergrond */
  font-weight: normal;   /* niet vetgedrukt */
  color: #333;           /* donkere tekst */
}

/* knop */
#loadMore {
  margin-top: 1em;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #666;
  background: #eee;
  border-radius: 4px;
}
#loadMore:hover {
  background: #ddd;
}

