﻿/* -------------------------------------------------------------- 
  
   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */


@media print {

    #leftcolumn {
        display: none;
    }

    #mainwrapper > div:first-child {
        display: none;
    }

    .noprint {
        display: none;
        margin: 0;
        padding: 0;
    }

    .no-m-p {
        margin: 0 !important;
        padding: 0 !important;
        top: 0 !important;
        min-height: 10px !important;
    }

    .umb-editor-container {
        overflow: unset !important;
    }
}
