#content .alkohol {
  font-weight: bold;
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  margin-top: 40px;
}

th:first-child {
  width: 100px;
}

td, th {
  vertical-align: top;
}

td {
  padding: 10px 0;
}

td:first-child {
  font-weight: bold;
}

tr {
  border-bottom: 1px solid lightslategray;
}

td div {
  text-align: right;
  font-size: 0.8em;
  color: lightslategray;
  margin-top: 5px;
}

#content ul {
  padding-left: 1em;
}
#content ul li {
  list-style-type: square;
}
