

.table th, .table td {
  padding: 0.3rem;
}

.recipeList a{
  position: relative;
  display: block;
}
.ingredientList a{
  position: relative;
  height: 0;
  padding-bottom: 99%;
}

.ingredientList img,
.recipeList img{
  border-radius: 5px;
}

.ingredientList h4,
.recipeList h4{
  position: absolute;
  bottom: 5px;
  left:5px;
  right:5px;
  border-radius: 3px;
  text-align: right;
  font-size: 14px;
  padding: 5px;
  padding-right: 7px;
  padding-left: 7px;
  margin-bottom: 0;
  background-color: white;
  color: black;
}

.ingredientList span,
.recipeList span{
  color: white;
  font-size: 10px;
  padding: 5px 3px 3px 3px;
  text-align: center;
  background-color: #38b443;
}
.ingredientList span.lable,
.recipeList span.lable{
  font-size: 8px;
  background: none;
}



