.nutritionFacts {
    color: #202020;
    font-size: 12px;
    overflow: hidden;
    display: inline-block;
}

.nutritionFacts .nutritionTable {
	position: relative;
	padding: 55px 5px 5px 5px;
    border: 1px solid #000000;
}

.nutritionFacts .tit {
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	width: 100%;
	color: #000;
	text-indent: 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.nutritionFacts .tit:after {
    content: "";
    display: block;
    border-bottom: 1px solid #000000;
    height: 1px;
}

.nutritionFacts small {
	font-size: 86%;
}

.nutritionFacts .bold {
	font-weight: bold;
}

.nutritionFacts .indent {
	margin-left: 10px !important;
}

.nutritionFacts .row {
	overflow: hidden;
	padding: 3px 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-bottom: 1px solid #202020;
}

#content_nutritional_facts .row {
	margin-left: 0px;
}

.nutritionFacts .big {
	font-weight: bold;
	font-size: 15px !important;
}

.nutritionFacts .right {
	text-align: right;
}

.nutritionFacts .uppercase {
	text-transform: uppercase;
}

.nutritionFacts .noborder {
	border-bottom: none;
}

.nutritionFacts .bar1 {
	border-bottom: 5px solid #202020;
}

.nutritionFacts .bar2 {
	border-bottom: 10px solid #202020;
}

.nutritionFacts .col {
	display: inline-block;
	font-size: 13px;
	float: left;
}

.nutritionFacts .col_1 {
	width: 50%;
	text-align: left;
}

.nutritionFacts .col_1.no_col2, .nutritionFacts .col_1.no_col3 {
	width: 75%;
}

.nutritionFacts .col_1.no_col2.no_col3 {
	width: 100%;
}

.nutritionFacts .col_2, .nutritionFacts .col_3 {
	width: 25%;
	text-align: right;
}

.nutritionFacts .moreinfo, .nutritionFacts .warnings {
	font-size: 12px;
	padding: 10px 10px 0px 10px;
}

.nutritionFacts .other, .nutritionFacts .note, .nutritionFacts .moreinfo, .nutritionFacts .note, .nutritionFacts .warnings {
	color: #777777;
}

.nutritionFacts .other:hover, .nutritionFacts .note:hover, .nutritionFacts .moreinfo:hover, .nutritionFacts .note:hover, .nutritionFacts .warnings:hover {
	color: inherit;
	cursor: pointer;
}

.nutritionFacts .note {
	font-size: 11px;
	margin-top: 5px;
}

.nutritionFacts .other {
	margin-top: 15px;
	font-size: 12px;
}

#tb_generator .records {
	margin: 50px 0px;
}

#tb_generator .newrow,
#tb_generator .delrow {
	line-height: 30px;
	margin-right: 5px;
}