﻿/*  Print Styles :)  */

@media print {
      body {
          width: 100%;
          background: none;
          font-size:10pt !important;
		  margin: 0px; 
		  padding: 0px;
      }
            
      table.Historial {      
		  border-collapse:separate;	  
		  page-break-inside:avoid;
		  border-spacing:0;
      }
      
      div table.Historial, tdiv able.Historial td, div table.Historial th {      
          background:none;
		  border: 1px solid #acacac !important;
      }
	  
	  div table.Historial thead {
		  display:table-header-group;
	  }
	  
	  div table.Historial tbody {
		  display:table-row-group;
	  }	  
	  
      div.UpdateAnimationMessageContainer {
          display:none !important;
      }
	  
	  div.HistorialSection.NewWindowHistorialExam {              
          padding:0;
      }
}