<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* $Id: print.css,v 1.1 2015/02/14 14:18:14 kirakozov Exp $ */

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

#header_zone, 
#main_sidebar, 
#footer_zone,
.actions,
.other_actions {
    display: none;
    visibility: collapse;
}

#main_content {
    margin:0;
}
</pre></body></html>