@charset "UTF-8";
/* CSS Document */

/* MAIN CONTAINER STYLES */
.nutrition-container {
	width: 320px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
}
.nutrition-container strong, .nutrition-container th, .nutrition-container em {
	color: #000000;
}
.nutrition-container a, .nutrition-container a:link, .nutrition-container a:visited {
	text-decoration: none;
	color: #2266bb;
}
.nutrition-container a:hover, .nutrition-container a:focus {
	text-decoration: underline;
	color: #aa0000;
}
.nutrition-container h2, .nutrition-container h3, .nutrition-container p,
.nutrition-container td, .nutrition-container th, .nutrition-container li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nutrition-container p {
	margin-top: 3px;
	margin-bottom: 3px;
}
.nutrition-container hr {
	height: 8px;
	background-color: #000000;
	border-color: #000000;
}
.nutrition-pad {
	padding: 8px;
}
/* HEADER STYLES */
.nutrition-header {
	margin: 0 auto;
	padding: 0;
}
.nutrition-header h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}
.nutrition-header h3 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;
	color: #aa0000;
}
.nutrition-header p {
	text-align: center;
}
/* NUTRITION TABLE STYLES */
.nutrition-table {
	margin: 0 auto;
}
.nutrition-table table {
	width: 304px;
	margin: 0 auto;
	padding: 0;
}
.nutrition-table td, .nutrition-table th {
	padding: 3px 6px;
	border-bottom: 1px solid #bbbbbb;
}
.nutrition-table .divider td {
	border-bottom: 3px solid #000000;
}
.nutrition-table .inset td {
	padding-left: 20px;
}
.nutrition-table .noborder td, .nutrition-table .noborder th {
	border-bottom: 0 none;
}
.tight-fit td, .tight-fit th {
	padding-top: 1px;
	padding-bottom: 2px;
}