div.NutritionFacts {
  border: thin solid;
/*  width: 275px; */
  font-size: 9pt; 
  padding: 5px 15px; 
  float: right;
  margin: 0px 25px 25px 25px;
  font-family: Verdana, Geneva, sans-serif;
}

div.NutritionFacts > h1 { 
  font-size: 14pt; 
  font-weight: bold;
}

div.ServingsPerContainer:before { 
 content: 'Number of Servings: '; 
}

div.AmountPerServing:before {
 content: 'Amount per Serving'; 
}

div.CaloriesFromFat { 
 margin-left: 20px;
}

div.SaturatedFat, div.TransFat, div.Sugars, div.DietaryFiber {
  padding-left: 10px;
}

.Calories:before { 
  content: 'Calories ';
  font-weight: bold;
}

.CaloriesFromFat:before {
  content: 'Calories from Fat ';
}

.TotalFat:before { content: 'Total Fat '; font-weight: bold; }

.SaturatedFat:before { content: 'Saturated Fat '; }

.TransFat:before { content: 'Trans Fat '; }

.Cholesterol:before { content: 'Cholesterol '; font-weight: bold; }

.Sodium:before { content: 'Sodium '; font-weight: bold; }

.Potassium:before { content: 'Potassium '; font-weight: bold; }

.TotalCarbohydrates:before { content: 'Total Carbohydrates '; font-weight: bold; }

.DietaryFiber:before { content: 'Dietary Fiber '; }

.Sugars:before { content: 'Sugars '; }

.Protein:before { content: 'Protein '; font-weight: bold; }

.VitaminA:before { content: 'Vitamin A '; }

.Thiamin:before { content: 'Thiamin (B1) '; }

.Riboflavin:before { content: 'Riboflavin (B2) '; }

.Niacin:before { content: 'Niacin (B3) '; }
.PantothenicAcid:before { content: 'Pantothenic Acid (B5) '; }
.VitaminB6:before { content: 'Vitamin B6 '; }
.Biotin:before { content: 'Biotin (B7) '; }
.FolicAcid:before { content: 'Folic Acid (B9) '; }
.VitaminB12:before { content: 'Vitamin B12 '; }
.VitaminC:before { content: 'Vitamin C '; }
.VitaminD:before { content: 'Vitamin D '; }
.VitaminE:before { content: 'Vitamin E '; }
.VitaminK:before { content: 'Vitamin K '; }
.Calcium:before { content: 'Calcium '; }
.Iron:before { content: 'Iron '; }
.Phosphorus:before { content: 'Phosphorus '; }
.Iodine:before { content: 'Iodine '; }
.Zinc:before { content: 'Zinc '; }

.Selenium:before { content: 'Selenium '; }

.Copper:before { content: 'Copper '; }

.Magnesium:before { content: 'Magnesium '; }

.Manganese:before  { content: 'Manganese '; }
.Chromium:before   { content: 'Chromium '; }
.Molybdenum:before { content: 'Molybdenum '; }
.Chloride:before   { content: 'Chloride '; }


div.DVPercentage { 
  text-align: right;
  padding-right: 5px;
}

div.instructionsDiv {
  margin-top: 10px;
  margin-bottom: 30px;
}

div#notesDiv {
  margin-top: 10px;
  margin-bottom: 10px;
}

#TagsDropdownMenu {
  width: 190px;
}
