
@media print {
 
 
         
        @page { margin: 1cm }


        #data {
            width: 75%;
            font: 8pt Georgia, "Times New Roman", Times, serif;
            border-collapse: collapse; 
        }
        
        body {
        font: 8pt Georgia, "Times New Roman", Times, serif;
        line-height: 1.3;
        background: #fff !important;
        color: #000;
        }
        
        h1 {
        font-size: 20pt;
        }

       
        
        td, th {
            padding: 0px; 
            
        }

    
       
a, .stopka, img, hr
{
display: none;
}


.hiden-print {
    display: none;
  }

  .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    visibility: hidden;
    }


  
    }

