/* This file contains formatting specifically for the Forward, Warning & Specialty
 category of products */

/* Technical specification label color */
.techspec-label{ font-size: 10pt; color: #278695 }

/* Settings for the product text displayed in upper right corner of ProductDisplay page */
.product-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: White;
  background-color: #278695;
}

/* Settings for column headings of the item table at bottom of ProductDisplay page. */
.item-heading {	
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  font-weight: bold;
  background-color: #278695; 
  vertical-align: middle;
  text-align: center; 
  color: White;
  border: 2px solid gray;
  padding-right: 4px;
  padding-left: 4px;
}
