@CHARSET "UTF-8";

* {
  visibility: hidden;
}

#PrintView,
#PrintView * {
  visibility: visible;
  font-size: 11pt;
}

#PrintView table {
  border-collapse: collapse;
}

#PrintView th,
#PrintView td {
  border: dotted 1px #000;
  padding: 2pt;
}