/* print styles */


.search,
.navbar-nav,
.subheader,
.row.partner,
.page-navigation,
.brand_wrap.bottomline,
.row.footernav,
.copyright.text-right
{ display: none; }

.print.logo {
	position: relative;
	top: -20px;
	display: block;
    max-height: 100%;
    min-width: 100%;
}

.print.footer {
	display: block;
	font-size: 12px;
}



/* unset bootstrap print styles */
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "" !important;
  }
}
