.fl-module-recipe_ingredients .component_recipe_ingredients .title{
  font-weight:700;
}

.fl-module-recipe_ingredients .component_recipe_ingredients dl:nth-child(odd){
  background-color:transparent;
}

.fl-module-recipe_ingredients .component_recipe_ingredients dl:nth-child(2n){
  background-color:#f4f4f4;
}

.fl-module-recipe_ingredients .component_recipe_ingredients dl a{
  text-decoration:underline;
  font-weight:700;
  color:#ac1b20;
}
