<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  width: 700px;
  font-size: 9pt;
  font-family: Arial, Helvetica, Georgia, "MS Sans Serif", sans-serif;
}
table.header {
  empty-cells: show;
  width: 700px;
  border: 0;
  border-collapse: collapse;
}
table.header td {
  border-bottom: 0;
}
table.dados {
  empty-cells: show;
  width: 700px;
  border: 0;
  border-collapse: collapse;
}
table.dados td {
  border: 1px solid black;
  padding: 5px;
}
#data {
  text-align: left;
  font-style: italic;
  border-bottom: 1px solid black;
}
div.warn {
  font-size: 10pt;
  color: #ff2020;
  background: #eeeeee;
  width: 80%;
  padding: 5px;
}
div.aviso {
  font-size: 12pt;
  color: #eeeeee;
  background: #ff2020;
  width: 80%;
  padding: 5px;
}
div.repasse {
  border-collapse: collapse;
  border: 1px solid black;
  width: 95%;
  padding: 3px;
  background: #eeeeee;
}
/*
 * verificar http://stackoverflow.com/questions/16894683/how-to-print-html-content-on-click-of-a-button-but-not-the-page
 */
.onlyprint {
    display:none;
}
@media print {
  .onlyscreen {
    display: none;
  }
  .onlyprint {
    display: block;
  }
}
</pre></body></html>