body {
  background: white;

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

.box {
  overflow: visible;
}

.print {
  display: inline;
}

/* Sentral Layouts */
#layout-2col, #layout-3col {
  background: none !important;
}

#layout-2col-left, #layout-3col-left, #layout-3col-right {
  display: none;
}

#layout-2col-content-container, #layout-3col-content-container {
  margin-left: 0;
  margin-right: 0;
}
#layout-3col-content-container {
  margin-left: 0;
  margin-right: 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;
}

/* Content boxes */
.content-box-content {
  overflow: visible;
}

.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;
}

.expander-content {
  border: 0 !important;
}
.noprint-margin {
    margin: 0 !important;
}
.sentral-table th, .sentral-table td {
    font-size: 12pt;
}


