@media print {
  body, html {
  background-color: white !important;
  background-image: none !important;
  }
  .lightblue {
  	background: white !important;
	background-color: white !important;
  }
  .versionIcon {
  	display: none !important;
  }
  #printIcon {
  	display: none !important;
  }
  #headx, #navx, .noprint{display:none !important;}
  
  .dataTables_scrollBody{overflow: visible !important;}


}

