		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 30 November 2021 03:53:04
*/


/*
 * Federal Court of Australia - Print Style Sheet
 *
 * print.css
 * author: Squiz Australia
 */

/*
 * Table of Contents
 *
 *  1. Content
 *
 *  2. Toolbar
 *
 *  3. Header
 *
 *  4. Main Navigation
 *
 *  5. Sub Navigation
 *
 *  6. Breadcrumbs
 *
 *  7. Sidebar
 *
 *  8. Footer
 *
 *  9. Table used by courtlist
 *
 * 10. NPA logo
 *
 * 11. FCA customised
 */

/*----------------------------------------
1. Content
----------------------------------------*/

div {
  margin: 0;
  padding: 0;
}

.main-wrapper {
  padding: 0;
}

h1 {
  margin-top: 20px;
}

p, a, li {
  line-height: 1.1;
  color: #000;
}

ul {
  list-style-type: disc;
  color: #000;
}
  ul li {
      background: none;
      margin-left: 1em;
      padding-left: 0;
  }

th, td {
  padding: 5px;
  color: #000;
}

input {
  display: none;
}

.button {
  display: none;
}

.select {
  display: none;
}

.adobe-link {
  display: none;
}

.banner {
  display: none;
}

.featured-content {
  display: block;
}

.related-links {
  display: none;
}

.top-link-wrapper {
  display: none;
}

.vertical-gap-160 {
  display: none;
}

/*----------------------------------------
2. Toolbar
----------------------------------------*/

.toolbar-wrapper {
  display: none;
}

/*----------------------------------------
3. Header
----------------------------------------*/

.site-logo {
  border: none;
  outline: none;
}

.breakout-menu {
  display: none;
}

/*----------------------------------------
4. Main Navigation
----------------------------------------*/

#main-nav {
  display: none;
}

/*----------------------------------------
5. Sub Navigation
----------------------------------------*/

#sub-nav, .sub-nav-mobile {
  display: none;
}

/*----------------------------------------
6. Breadcrumbs
----------------------------------------*/

.breadcrumbs-wrapper {
  display: none;
}

/*----------------------------------------
7. Sidebar
----------------------------------------*/

.sidebar , .subject-right-sidebar {
  display: none;
}

/*----------------------------------------
8. Footer
----------------------------------------*/

.footer-wrapper {
  display: none;
}

/*----------------------------------------
9.  Table used for court list
----------------------------------------*/

table.tblesswhnoborder, table.tblesswhnoborder td ,  table.tblesswhnoborder tr {
    border: none;
    border-spacing: 0;
}


/*----------------------------------------
10.  NPA logo, button
----------------------------------------*/
.mobilehidden, .visuallyhidden , .control-all-accordions {
  display: none;
}
/* added 20161107 lf*/
.button-read-more {
    color: #000;
    display: block;
    font-size: 1.25em;
    height: 36px;
    line-height: 1.2em;
    margin: 0 0 20px 0;
    padding: 9px 0 0 18px;
}

/*----------------------------------------
11.  FCA customised
----------------------------------------*/
div.roundedborder {
    border: 2px solid #ccc;
    padding: 20px 20px 12px 20px;
    margin: 10px 0 30px 0;
    border-radius: 8px;
    min-height: 135px;
    clear: both;
}
.visible-phone {
    display: none;
}
#top_links {
    display: none;
}