/**
 * /css/print.less
 * 
 * Strip non-essential elements for cleaner print.
 *
 */
/*********************************/
/*** Simplify Basic Typography ***/
/*********************************/
body {
  color: #000000;
  background: #ffffff;
  /***********************************/
  /*** Hide Non-Essential Sections ***/
  /***********************************/
  /***********************************/
  /*** Simplify Remaining Sections ***/
  /***********************************/
  /***********************************/
  /*** Simplify Button Backgrounds ***/
  /***********************************/
}
body a {
  color: #000000;
}
body table {
  max-width: 99% !important;
}
body table th {
  color: #000000;
}
body .nav-wrapper,
body .hero-wrapper {
  display: none !important;
}
body .header-block,
body .content-block,
body .footer-block {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  width: 99% !important;
  padding: 10px !important;
}
body .header-block {
  border-bottom: #cccccc solid 1px !important;
  padding: 0px 10px !important;
}
body .header-block div {
  display: none !important;
}
body .header-block div.logo-cell {
  display: block !important;
  padding: 5px 0px !important;
}
body .content-block {
  margin: 0;
}
body .footer-block {
  padding: 10px 0 0 0 !important;
  border-top: #cccccc solid 1px !important;
}
body .button,
body .button-orange,
body .button-darkgrey,
body .submit,
body .button-disabled {
  background-image: none !important;
  border: 1px solid #888888 !important;
}
body .button {
  background-color: #b2b2b2;
}
body .button-orange,
body .submit {
  background: #e37206;
}
body .button-darkgrey {
  background: #393939;
}
body .button-disabled {
  background: #acacac;
}
.gradient-background,
.logo-background,
.cart-info {
  display: none;
}
