/* TODO: prints first page only */
body {
   background: white;
   font-size: 10pt;
   }
#leftpane, #header, #footer, #screen, #hidden {
   display: none;
   height: 0;
   width: 0;
   }
#wrapper, #contents {
   left: 0;
   top: 0;
   width: auto;
   height: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none; /* important; */
   color: black;
   background: transparent none;
   }
      
/*
div#contents {
   /* margin-left: 10%; */
   padding-top: 1em;
   /* border-top: 1px solid #930; */
   }
*/   
/*   
div#mast {
   margin-bottom: -8px;
   }
div#mast img {
   vertical-align: bottom;
   }
*/
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
div.screen, a:link.screen, a:link.header_link, a:visited.header_link {
   display: none;
   }

#contents a:link:after, #contents a:visited:after {
   /* content: " (" attr(href) ") "; */
   /* font-size: 90%; */
   display: none;
   }
#contents a[href^="/"]:after {
   /* content: " (http://www.mtncad.com" attr(href) ") "; */
   display: none;
   }  
.table_header  {
   font-weight: bold;  
  }
.page_header  {
   font-weight: bold;  
   font-size: 12pt;
   text-align: center;
  }
button { display: none; }
p.breakhere { 
  page-break-before: always 
  }
.printable_cell  { font-size: 8pt;}
.printable_row_header  { font-weight: bold; font-size: 8pt;}
  