﻿@media print {
html, body, form #center, div.content {
height: inherit !important;
width: auto;
float: none !important;
margin:0;
padding: 0;
}

#center .content {margin: 0 !important;padding:0 !important;}

/*#center div {float: none;}*/
.back, #contentRight, .footer, #anonymous, #comment-form {display: none;}

#center .contentLeft, #center div.newsLeft, #center #article-content {float: none}
#center .news .text h3 {float: none}
/*#center .text h3.ItemTitle {margin: 0; padding: 0;}*/
/*#center .newsItem .text br.clear {display: none;}*/
#center #article-content, #center div.newsLeft {float: left;}
/*#center .newsLeft, #center .newsItem .text, #center .newsItem h3  {page-break-after: avoid;}*/
#center .newsItem, #center .newsLeft { page-break-inside: avoid; }

/*#center {height: inherit}*/
/*#center, #center div.content, #center div.contentLeft, #center div.newsItem {width: auto; border: 0; float: none !important;display:block}
#center {height: auto;}*/
}