﻿div.NutFacts, .NutFacts .Bar, .NutFacts .ThickBar, .NutFacts .ThinBar td
{
	border-color: Black;
}

div.NutFacts
{
	/*width: 270px;*/
	width: 350px;
	border-style: solid;
	border-width: 2px;
	font-family: arial, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
}

.NutFacts table
{
	width: 100%;
}

.NutFacts .Title, .NutFacts .FoodTitle
{
	color: #000000;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	margin-bottom: -3px;
}

.NutFacts .FoodTitle
{
	font-size: 14pt;
}

.NutFacts .ThickBar td
{
	border-top-width: 7px;
	border-top-style: solid;
}

.NutFacts .ThickBar td td
{
	border-top-width: 0px;
	border-top-style: solid;
}

.NutFacts .ThinBar td
{
	border-top-width: 3px;
	border-top-style: solid;
}

.NutFacts .Bar, .NutFacts .Bar td
{
	border-top-width: 1px;
	border-top-style: solid;
}

.NutFacts .Bar td td
{
	border-top-width: 0px;
	border-top-style: solid;
}

.NutFacts .PerServing
{
	font-size: 10pt;
	font-weight: bold;
}

.NutFacts .Bold
{
	font-weight: bold;
}

.NutFacts .SubNut
{
	margin-left: 20px;
}

.NutFacts .Notes
{
	font-size: 8pt;
	white-space: nowrap;
}

.VitSub
{
	font-size: 70%;
}