.grid{
  grid-gap: 1em;
}
.recipe, #addTagFieldset, #addLinkedFieldset{
  border-radius: 0.5em;
  background-color: rgb(30,30,30);
  text-align: left;
}
#tagLine div{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  overflow: scroll;
  padding: 0.2em;
  max-width: 90vw
}
#tagLine div a, #tagLine div button{
  margin: 0.2em;
  border-radius: 0.5em;
  background-color: rgb(100,100,100);
  padding: 0.1em 0.3em;
  color: rgb(220,220,220);
  white-space: nowrap;
  font-weight: bold;
  display: initial;
}
#tagLine div button:hover{
  text-decoration: underline;
}
.quantity_adjusted{
  color: rgb(0, 150, 0);
}
.oneline{
  height:1.2em;
  overflow: hidden;
}
#recipes h4{
  font-size: 150%;
}
h4{
  font-size: 135%;
  margin-bottom: 0em
}
#portionsInputField{
  margin-top: 0.5em
}
h5{
  font-size: 125%;
  margin-bottom: 0.3em;
  margin-top: 1.5em
}
