/**
 * Royal Mail 2011/12  Generic Styles
 * Print browser styles.
 */

html, body {
  height: auto;
}

body, .header-wrap, .content-wrap {
  background: #FFFFFF;
}

#topnav,
.prompt,
.header-right,
.header-search,
#nav,
.breadcrumb,
.eps,
.rightsidebar,
.footer-wrap,
.news_ticker,
#ecos_iframe,
#ecos_iframe2,
#ecos_surveylayer,
.primary,
.secondary,
.tertiary,
.steps,
.l-secondary {
  display: none;
  height: 0;
  padding: 0;
  margin: 0;
}

.content-wrap {
  display: block;
}

.content-wrap,
.container_4, .grid_4,
.l-primary {
  width: 98% !important;
}

.grid_2 {
  width: 49%;
}

/* App print styles */
.print-page {
  margin-bottom: 0;
  padding-bottom: 0;
}

.print-page .content-wrap {
  padding: 0;
  margin-bottom: 0;
}

.noprint {
  display: none;
}

table.app-table td {
  padding: 3px 3px 3px 0;
}

table.app-table caption {
  margin-bottom: 7px;
}