/* This file contains general formatting for all product categories */

.techspec-text { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: black;}

/* Default color technical specification label color, this should be overriden in the category specific CSS */
.techspec-label{ font-size: 10pt; color: blue; }

.feature-text { font-size: 9pt; color: black; }

/* Settings for item text in table at bottom of ProductDisplay page. */
.item-text {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  vertical-align: middle;
  text-align: left;
  color: black;
  border: 1px solid gray;
  padding: 2px;
}

.item-text-center {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  vertical-align: middle;
  text-align: center;
  color: black;
  border: 1px solid gray;
  padding: 2px;
}

.item-table {
  border-collapse: collapse;  
  border: 2px solid gray;
  margin-bottom: 4px;
  margin-top: 4px;
}

techspec-table {
  padding: 2px;
  width: 100%;
  
}
