/* 
    Document   : print
    Created on : 27/09/2011, 5:09:40 PM
    Author     : Logan
    Description:
        Disable printing of banners and general unnessacary page parts
*/


#left-panel, #banner, #footer  { display:none; }

.print-full-width 
{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    float: none !important;
    display: block !important;
}