@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none;
    text-shadow: none;
  }

  a,
  a:visited {
    text-decoration: none;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  select.dont-print,
  div.dont-print,
  img.dont-print {
    display: none;
  }

  .dont-print[href]:after {
    content: none;
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%;
  }

  @page {
    margin: 0.5cm;
  }
  h1 {
    font-size: 12pt;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
    font-size: 11pt;
  }

  .header,
  .breadcrumbs,
  .social_footer-band,
  .footer-band {
    display: none;
  }

  .about-container,
  .blog-container,
  .info-container,
  .solve-it-container {
    font-family: Georgia, serif;
    font-size: 10pt;
    width: 90%;
    margin: 20px auto;
    padding: 0;
    background: none;
  }

  /* --------- home --------------- */
  .home_carousel-nav {
    display: none;
  }

  /* --------- store --------------- */
  .prodlist-header_container,
  .prodlist-moredetails,
  .prodlist-addrow,
  .product-add_container {
    display: none;
  }

  .prodlist_product {
    border-bottom: 1pt solid black;
    margin-bottom: 5pt;
  }

  /* --------- blog --------------- */
  .blog-filter-panel {
    display: none;
  }

  .blog-item {
    page-break-after: always;
  }
}

/*# sourceMappingURL=printrubiks.css.map */
