/* print.css - Stampa - by Fernando Chiurazzi */
@page { margin: 12mm; }

body {
  background: #ffffff !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

header, footer, .btnbar, .btns, a.btn, button.btn {
  display: none !important;
}

.card, .note, .formula, table, .steps, .warnbox {
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
}

.badge {
  border: 1px solid #000 !important;
  background: #fff !important;
  color: #000 !important;
}

code, pre {
  background: #fff !important;
  color: #000 !important;
  border: 1px dashed #000 !important;
}

.small, .mut {
  color: #000 !important;
}

/* SVG ben visibile in stampa */
svg {
  max-width: 100% !important;
  height: auto !important;
}
