/* we don't reliably get the background image dashed line for printing, so turn it
off for sure, and use a dashed border.
*/
.coupon,
.coupon_generator,
.coupon_border_top,
.coupon_border_bottom {
  background: none;
}
.coupon {
  border: 3px dashed black;
}
.print_coupon a {display: none; }
