.single, .double, .triple {
  display: none;
}

.servings {
  display: initial;
}

.servings:hover {
  text-decoration: none;
}

.single.show, .double.show, .triple.show {
  display: inline-block;
}

.servings.show {
  color: darkgreen;
}

ul li {
  list-style: none;
}

li input {
  margin-right: 10px;
}

.ingredients {
  margin-left: 5px;
}
