main {
  padding: 0;
}

.g_header,
.g_footer,
.button,
.search_form,
.page_nav {
  display: none;
}

.stock_table {
  font-size: 8pt;
}

.stock_table th, .stock_table td {
  padding: 0.5em 0.3em;
}

.stock_table thead th {
  position: static;
}

.stock_table .type {
  width: auto;
  min-width: 0;
}

.stock_summary {
  margin-bottom: 20px;
}

.stock_summary .summary {
  font-size: 8pt;
}

.stock_summary .summary:not(:first-child) {
  margin-top: 5px;
}

.stock_summary .summary dt, .stock_summary .summary dd {
  padding: 0.5em 0.5em;
}

.stock_summary .summary dt {
  min-width: 100px;
}
/*# sourceMappingURL=print.css.map */