body {
  background: white;
  font-size: 12pt;

  /* Override min-width: 100% from main CSS */
  min-width: 0;
}

#sentral-header, #content-top, #content_top, #sentral-footer,
  select, button, input[type="button"], input[type="submit"], input[type="checkbox"],
  .noprint, .no_print {
    display: none !important;
}

.show_print_block{
    display: block;
}

.show_print_inline{
    display: inline;
}

.show_print_table_cell{
    display: table-cell;
}

#application_content, #infobox-maincontent {
  width: auto;
  border: 0;
  margin: 0 5%;
  padding: 0;
  background: none;
}

