/* appfc.it - Reti miste AC (RLC) - Stampa */

@page { margin: 12mm; }

body {
  background: #fff !important;
  color: #000 !important;
}

.wrap {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.card, .builder, .field, .panel, .result {
  background: #fff !important;
  color: #000 !important;
  box-shadow: none !important;
  border: 1px solid #ddd !important;
}

.btn, .toplinks, .btnbar, .presetBar, .editorButtons, .no-print {
  display: none !important;
}

textarea, input, select {
  border: 1px solid #bbb !important;
  color: #000 !important;
  background: #fff !important;
}

.mono { color: #000 !important; }

svg {
  max-width: 100% !important;
  height: auto !important;
}

a:link, a:visited { color: #000 !important; text-decoration: none !important; }
