.nutritionLabel {
	border-bottom: 2px solid #333 !important;
	margin-bottom: 0;
	font-size: 13px;
	background: #fff;
	line-height: normal;
}
.nutritionLabel .title {
	padding-top: 0;
}
.nutritionLabel .name.inline {
	padding-top: .4em;
}
.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
}
.servingSizeField .ui-input-text {
	margin: 0 0 0 15px;
}
.servingSizeField .ui-input-text input {
	min-height: 2em;
}
.ui-shadow-inset {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/*
 * default style override for the demo pages
 */
.nutritionLabel a.unitQuantityUp {
	background: transparent url("../images/up.png") left top no-repeat;
}

.nutritionLabel a.unitQuantityDown {
	background: transparent url("../images/down.png") left bottom no-repeat;
}