﻿/**
 *
 * Department of Agriculture | www.agriculture.gov.au
 * Print CSS
 *
 * version: 0.1
 * file:    print.css
 *
 */

* {
  word-wrap: break-word;
}
body {
	overflow: hidden;
	width: 100% !important;
	padding: 0 !important;
  	margin: 0 !important;

}
.page-wrapper {
  overflow: visible;
  background: #ffffff;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;

}
.skiplinks,
.top-links-search-wrapper,
.biosphere,
.nav-wrapper,
.footer,
.secondary-nav,
.inside-search,
.banner,
.header-wrapper,
.breadCrumb,
.right-column,
.contact-and-last-reviewed {
	display: none !important;
}
footer {
	display: none !important;
}
.main {
	color: #000000  !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,{
    color: #000000  !important;
}
.page-content,
#DeltaPlaceHolderMain,
#aspnetForm {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
}
.collapsefaq-content { 
display: block!important;
}
