@media print {
  body * { visibility: hidden; font-size:14px; }
  html, body {
        height: auto;    
  }
  #printable, #printable * { visibility: visible ; height: auto; }
  .printable, .printable *{ visibility: visible !important; height: auto;  }
  
  .printable:last-child {
     page-break-after: auto;
   }
  #printable:last-child {
     page-break-after: auto;
   }
  
  .modal-footer{ display:none; visibility: hidden; }
  .page-title { visibility: visible; font-size:125%; text-align:center; margin:8px;  }
  @page{ size: auto; }
  .npr { display:none !important; }
  .center { text-align:center; line-height:18px; }
  a { text-decoration:none; color:#000; }
  .material-icons { display:none; }
  .modal { display:none; }
  .logoSkupstina { width:360px; height:auto; }
  .PodTacka { margin-left:30px; }
  h4 { font-size:20px; }
  
  .left { float:left; }
  .right { float:right; }
  .NextPage { page-break-after: always; }
  td{ border-bottom:1px dotted #ccc; }
  tr{ border-bottom:1px solid !important; }
  .fs12{ font-size:12px; }
  .fs13{ font-size:13px; }
  .subvencije th{ font-size:13px; }
  
  .modal-content .row{ width:400px; display:flex; gap:50px; }
  
  .row .col.s3{  }
  .row .col.s8{  }
  .paragraph{  }
  table tr{ border:0; border:unset; }
  table tr td{ border:0; border:unset; }
  .npad{ padding:0; margin:0; padding-bottom:0; margin-bottom:0; }
  .no_print{ display:none; }
  i.material-icons{ display:none; }
  .prikaz_0{ display:none; }
}
