		/*
  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: 19 October 2016 13:01:05
*/


/**
 * apsc-2015-internet
 * Print CSS
 *
 * version: 0.0.1
 * file:    print.css
 * author:  Squiz Australia
 * change log:
 *     24-04-2015 10:04 - First revision
 */
 
 /* TRIALLING NEW CSS FOR PRINT */
 
body {
    background: #fff;
    color: #000;
    font-size: 8pt;
    line-height: 150%;
 margin-left, margin-right: 15px;
    margin-top: 30px;
}
hr {
    color: #ccc;
    background-color: #ccc;
}
h1, h2, h3, h4, h5, h6, code, pre {
    color: #000;
    text-transform: none; /* because sometimes I set all-caps */
}
h1 {
    font-size: 20pt;
    font-weight: bold;
    margin-top: 1em;
}
h2 {
    font-size: 16pt;
    font-weight: bold;
}
h3 {
    font-size: 14pt;
    font-weight: bold;
}
h4 {
    font-size: 14pt;
    font-weight: bold;
    font-style: italic;
}
h5, h6 {
    font-size: 12pt;
    letter-spacing: 2px;
}
code, pre {
    font-size: 8pt;
    background-color: transparent;/* just in case the user configured browser to print backgrounds */
}
blockquote {
    background-image: none;/* though they may not print, I’d rather be sure */
}
a:link, a:visited {
    text-decoration: underline;
    color: #000;
}
abbr:after, acronym:after { /* some HTML4 love */
    content: " (" attr(title) ") ";/* I suspect I am one of the few who still use these elements */
}
.navbar, .footer, .header, .breadcrumbs {
    display: none;
table {
page-break-before: always
}
 
 /* END TRIAL - UNCOMMENT CODE BENEATH THIS LINE */
 
 
/* <<< REMOVE
* {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

a, a:visited {
    text-decoration: underline;
}

a[href]:after {
    content: " (" attr(href) ")";
}

abbr[title]:after {
    content: " (" attr(title) ")";
}

.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
}

pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
}

tr, img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

p, h2, h3 {
    orphans: 3;
    widows: 3;
}

h2, h3 {
    page-break-after: avoid;
}

.content-status {
    float: left;
}

/*-- module:footer --*/
/*-- module:header --*/
/* <<< REMOVE
.navbar, .footer, .header {
    display: none;
}

/*-- module:homepage-breaking-news --*/
/*-- module:homepage-carousel --*/
/*-- module:homepage-current-priorities --*/
/*-- module:homepage-highlight-message --*/
/*-- module:homepage-secondary-message --*/
/*-- module:homepage-twitter-feed --*/
/*-- module:homepage-user-types --*/
/*-- module:landing-links --*/
/*-- module:squiz-module-breadcrumbs --*/
/* <<< REMOVE
.breadcrumbs {
    display: none;
}
*/
