/* $Id: print.css,v 1.2 2016/04/19 11:30:57 jtorborg Exp $ */

/***************/
/* media print */
/***************/

#header_zone, 
#main_sidebar, 
#footer_zone,
.actions,
.other_actions,
#header_image,
#navigation_bar,
.pagewrapper {
    display: none !important;
    visibility: collapse !important;
}

#content_zone {
    padding: 0 !important;
}

#main_content {
    margin:0;
    width: 100%;
    padding: 0;
}

.emp_nr_outerframe {
    max-width: none !important;
}
