html,
body {
  background: #fff !important;
}

body > :not(.invoice-print) {
  display: none !important;
}

.invoice-print {
  min-width: 768px !important;
  font-size: 15px !important;
}
.invoice-print svg {
  fill: #677788 !important;
}

.invoice-print * {
  border-color: rgba(38, 60, 85, 0.5) !important;
  color: #677788 !important;
}
