.label {
  font-family: Verdana;
  font-size: 7pt;
  padding-left: 0px;
  padding-bottom: 1px;
}

.label_servingsize {
  padding-bottom: 5px;
}

.label_kosherstatus {
  padding-bottom: 5px;
}

.label_col1_width {
  width: 160px;
}

.label_col2_width {
  width: 70px;
}
         
.label_highlightrow {
  background-color: #FFFF99;
  padding-bottom: 1px;
}
   
.label_nonhighlightrow {
  background-color: #ffffff;
  padding-bottom: 1px;
}

.label_divider {
  background-image: url("images/divideline.gif");
  background-repeat: no-repeat;
  height: 18px;
  background-position: center center;
}

.label_footnote {
  font-family: Arial;
  font-size: 7pt;
  padding-bottom: 0px;
  margin-top: 10px;
  width: 240;
}

.label_footnote_sep {
  border-bottom: 1px solid #CCCCCC;
}

.label_invalid {
  color: red;
}


