@media print {
* {
	text-shadow: none !important;
	color: #000 !important;
	background: transparent !important;
	box-shadow: none !important
}

#footer {display:none; }

#wBanner {display:none; }

#float-feedback {dissplay:none; }

.form-group {display:none; }
.hdr-search {display:none; }
.form-group has-feedback {display:none; }

.tools-accessibility {display:none; }

.courts-sidenav {display:none; }

.share  {display:none; }

#ddlJumpto {display:none; }

.secondary-links {display:none; }
.el-fcc  {display:none; }
.el-fcoa  {display:none; }
.contact {display:none; } 
.courts-hdr ul.secondary-links li a      {display:none; }

.collapse {
	height: auto;
display: block; 
}

.courts-hdr ul li {display:none; }


/* avoid page break before the div */
.googleMap  { 
    page-break-before: avoid;
}

/* deal with web addresses on print */
.fcc a[href^="/wps"]:after { 
	content: " (http://www.federalcircuitcourt.gov.au" attr(href) ") "; 

}


.fcoa a[href^="/wps"]:after { 
	content: " (http://www.familycourt.gov.au" attr(href) ") "; 	
}


/* end deal with web addresses on print */


/* deal with web addresses on print */
/* a[href^="http"]:not([href*="federalcircuitcourt.gov.au"]):after {
  content: " (" attr(href) ")";
}

a[href^="http"]:not([href*="familycourt.gov.au"]):after {
  content: " (" attr(href) ")";
} */

.courts-breadcrumbs a[href]:after {
    content: none !important;
  }
 
/*
a[href^="mailto"]:not([href*="mailto@"]):after {
  content: " (" attr(href) ")";
  
} */

#float-feedback  {
 display:none; 
}


.courts-attachments {display: none;}

.content-body .col-sm-10 {
	width: 100%;
}

.acc-container .panel-group .panel .panel-heading h4 a.subscribe { display:none; }


}



