@media print {
  body * {
    visibility: hidden;
  }
  .newsMore, .news-right-col, .bgFooter {
    display: none;
  }
  
  .news-container *, #area-da-stampare, #area-da-stampare * {
    visibility: visible;
	border-right: 0 !important;
  }
  

  .news-print-header {
	display:block !important;
	visibility: visible !important;
	top: 0;
    left: 0;
    position: absolute;
	font-size: 16px;
	font-weight: bold;
  }

  
  .news-container, #area-da-stampare {
    position: absolute;
    left: 0;
    top: 20px;
  }
}