/* --------------------------------------------------------------
   print.css
   * Gives you some sensible styles for printing pages.

   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
-------------------------------------------------------------- */
/* For IE8 and earlier */
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
  a[href]:after {
    content: none;
  }
  .container-fluid {
    background: #fff;
    width: 29.7cm !important;
  }
  #DD-Column-container {
    width: 18cm !important;
  }
  #DD-column1 {
    width: 7.7cm !important;
  }
  #DD-column2-container {
    width: 7.7cm !important;
  }
}
