.dranken-list-margin-bottom {
  color: #aaa;
  padding-bottom: 2%;
  margin-bottom: 10px;
}

.dranken-list {
  color: #aaa;
  padding-bottom: 2%;
  margin-bottom: 0; /* why is this line neccesary?? */
}

li.voorwaarden {
  font-size: 14px;
}

li.kv-pair {
  max-width: 90%;
}

.drank-naam {
  display: inline;
}

.drank-prijs {
  display: inline;
  float: right;
}


