
/* print */
@media print {
  /* Hide menus, footers, and sidebars */
  nav, footer, header, .sidebar, .ads, .quote, img, .advs-box-buttons {
    display: none !important;
  }
    html,
  body {
    height: auto;
  }
    .header-title, .grid-item, .grid-box {
        height:auto !important;
        padding:0 !important;
    }
}
