/* The background color should be transparent to match the destination product page */
body.page-fluke-shipping-estimate{
  background-color: transparent;
}
/* Match the estimate found on Fluke.com */
span.fluke-estimate{
  color: #222;
  font-size: 14.4px;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  top: -1px;
}
@-moz-document url-prefix() { 
  span.fluke-estimate {
  	top: -2px;
  }
}