* { font-family:arial; font-size:10pt; }
table { border-collapse:collapse; width:100%; }
.gap { margin-top:5px; }
.alt { background-color:FCFCFC; } 

table.mfrHeader tbody tr td:first-child { width:10%; }
table.mfrHeader tbody tr td:first-child + td { font-weight:bold; }

table.pricingSubHeader tbody tr { background-color:#EAEAEA; }
table.pricingSubHeader tbody tr td { font-size:9pt; padding:5px; }
table.pricingSubHeader tbody tr td:first-child { width:15%; }
table.pricingSubHeader tbody tr td:first-child + td { width:30%; font-weight:bold; }
table.pricingSubHeader tbody tr td:first-child + td + td { width:15%; }
table.pricingSubHeader tbody tr td:first-child + td + td + td { font-weight:bold; }
table.pricingSubHeader tbody tr:first-child td { border-top:1px solid black; }

table.skuDetails tbody tr td { font-size:9pt; padding:8px 0 2px 5px; }
table.skuDetails tbody tr td:first-child { width:10%; font-weight:bold; } /* sku */
table.skuDetails tbody tr td:first-child + td { width:73%; font-weight:bold; } /* description */

table.pricingDetails { width:100%; }
table.pricingDetails tbody tr td { font-size:8pt; padding-top:2px; }
table.pricingDetails tbody tr:first-child td div { font-size:8pt; margin: 2px 150px 10px 15px; }
table.pricingDetails tbody tr:first-child td:first-child { width:6%; padding-left:5px; } /* blank  */
table.pricingDetails tbody tr:first-child td:first-child + td { width:10%; padding-left:5px; } /* pack size */
table.pricingDetails tbody tr:first-child td:first-child + td + td { width:12%; } /* commodity pricing */
table.pricingDetails tbody tr:first-child td:first-child + td + td + td { width:10%; text-align:left; } /* commodity um */
table.pricingDetails tbody tr:first-child td:first-child + td + td + td + td { width:12%; } /* regular pricing */
table.pricingDetails tbody tr:first-child td:first-child + td + td + td + td + td { text-align:left; width:5%; } /* regular pricing um */
table.pricingDetails tbody tr:first-child + tr td { border-bottom:1px solid silver; }