/* print.css - Stampa pulita */
/* by Fernando Chiurazzi */

@media print {
  .no-print { display: none !important; }
  body { background: #fff !important; }
  .card, .panel, .kmap-wrap { box-shadow: none !important; border: 1px solid #000 !important; }
  a { text-decoration: none !important; color: #000 !important; }
  .btn { display: none !important; }
  .badge { border: 1px solid #000 !important; }
}
