/*
	Sorted KiwiSaver Calculator
	Created: 8 August 2013
	Last updated: See GIT/SVN
  ----------------------------------
	Styles for print

*/
body {
  font-size: 50%;
  background: #fff; }

/* Header */
.page-header .page-wrapper {
  height: auto; }

.page-header .print {
  padding: 1.9em;
  text-align: left; }

/* Hidden elements */
.page-footer ul, #main-nav-container, .panel-pane, .mobile-menu-trigger, .page-header .logo, .page-header h1, .button, .watchlist-tools {
  display: none !important; }

.page-maincontent h1 {
  background: none !important;
  padding-left: 0 !important; }

.watchlist-intro, .page-maincontent, .page-footer, .shell-wrapper, .page-header, .fund-schemes .scheme .header {
  background: none !important; }

/* Visible elements */
.print, .collapsible .section-liner {
  display: block !important; }

/* Results */
.fund-schemes .scheme {
  border: none;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-height: auto; }

.fund-schemes .scheme .header {
  padding: 0;
  border: none; }

.fund-schemes .scheme .comparison {
  padding: 0; }

.fund-schemes .scheme .graph.pie canvas {
  width: 75px !important;
  height: 75px !important; }

.pin-wrapper {
  height: auto !important; }

.fund-filter .sort-by {
  opacity: 1;
  width: auto !important; }

/* Fund detail */
.fund-scheme-info .fund-type, .fund-scheme-intro .fund-name, .fund-scheme-intro .provider-name {
  padding-left: 0;
  margin-left: 0; }

.fund-scheme .section-header h2 {
  font-size: 2em; }

.fund-scheme .section-header p, .fund-scheme .collapsible .section-liner h3 {
  font-size: 1.5em; }

.fund-scheme .notice {
  margin-bottom: 1em; }

.target-investment-mix .graph {
  height: auto;
  overflow: visible; }

table th, table td {
  border: 1px solid #ccc;
  padding-left: 0.5em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.fund-scheme-intro .fund-scheme-switch, .fund-scheme .new-fund-warning {
  font-size: 0.75em;
  margin-bottom: 2em; }

.fund-scheme .compare-recent .graph {
  width: 100% !important; }

/* Footer */
.page-footer .sharing ul {
  display: block; }

.page-footer .sharing li {
  display: block;
  float: none;
  clear: both;
  padding-bottom: 1em;
  width: 100%;
  text-align: center; }

.page-footer .sharing li a {
  float: none;
  width: auto !important;
  margin: 0 !important;
  text-align: center;
  width: 100% !important; }

.page-footer .sharing li a:after {
  display: block;
  clear: both;
  padding: 0.5em;
  content: " (" attr(href) ")"; }

.page-footer .sharing li a img {
  width: auto; }

.page-footer .credits-sharing h1 a {
  left: 1.9em; }

.page-footer .credits-sharing p {
  text-align: left;
  margin-left: 1.2em; }

/*# sourceMappingURL=print.css.map */
