/*
  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: 11 June 2023 16:29:14
*/


/*
  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: 03 September 2020 17:47:44
*/


/**
 * asmc-2014-scimex
 * Print CSS
 *
 * version: 0.0.1
 * file:    print.css
 * author:  Squiz Australia
 * change log:
 *     13-11-2014 10:23 - First revision
 */
* {
    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;
}

/*-- module:content --*/
.tools {
    display: none;
}

/*-- module:feature --*/
/*-- module:footer --*/
.footer {
    display: none;
}

/*-- module:header --*/
.header {
    display: none;
}

/*-- module:login --*/
/*-- module:right-column --*/
/*-- module:storysearch --*/
/*-- module:squiz-module-breadcrumbs --*/
.breadcrumbs {
    display: none;
}

/*-- module:squiz-module-navbar --*/
.navbar {
    display: none;
}

/* SUPPORT-265161 */

@page {
    margin: 1.5cm;
    size: A4 portrait;
}

.back-to-story-button {
  display:none !important;
}

.story-info {
  max-width:none !important;
  width: 100% !important;
}

.metrics a::after {
  content:none;
}

.story-info tr:nth-child(4) {
  display:none;
}

.metrics table {
  border-bottom: none;
}

.outlets {
  max-width:none !important;
}

.metrics .outlets table td {
  padding-left: 10px !important;
}

.outlets .gradient {
  display: none;
}

.metrics {
  font-size:10pt !important;
}

.region-charts__group, #line-chart, .metrics-middle {margin: 0 0 !important;}

#pie-chart__views,
#table-chart__views {
    display:none !important;
}

#pie-chart__print {
   height: 200px !important; 
   overflow:hidden;
}


.region-charts__group > div {
  width: 100%;
}

.region-charts h2,
.metrics-middle h2 {
    font-size: 14pt !important;
}

.metrics h1 {
  font-size: 16pt !important;
}

#table_div table th, .content .metrics table th {padding: 5px 5px !important;}
#table_div table td, .content .metrics table td {padding: 5px 10px !important;}

.altmetric-wrapper {
    margin-left: 0 !important;
    float: none !important;
}