/* Print Style Sheet */
@media print {

body { background:white; color:black; margin:0; font-size: 14pt; }

.row-fluid .tuttapagina{
    margin:0;
    float:none;
    width:auto;
    position: static;
}

.noprint,
.bannertop,
.headlinenews,
.footer-wrap,
.sidebar,
.navigation,
.block-title,
.single-tags-share,
.fb-comments,
.related-posts,
.adsense,
.adsensearticle{
    display: none;
    height: 0;
    width: 0;
}

h1, h2, h3, h4, h5, h6 { page-break-after:avoid;
     page-break-inside:avoid }
img { page-break-inside:avoid;
     page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }


a:link:after, a:visited:after {
content: " [" attr(href) "]";
}
a:link:after, a:visited:after{
content: "";
}

}
