/* 
Print layout: */
@page {
  size: auto;   /* auto is the initial value */
  margin: 5%;
}

body , .container {width:auto;}

h1, h2, h3,
   h4, h5, h6    { page-break-after: avoid; page-break-inside: avoid }
   blockquote,
   pre           { page-break-inside: avoid }
   ul, ol, dl    { page-break-before: avoid }
   
   
   #top-nav , #search , #footer , #rotator , #sidebar-right , #sidebar-left , #nav { display:none; }
   
   #logo , #header-top , #home-content, #phone , #main-content , #int-content { clear:both; width:auto; overflow:visible; float:none; margin-left:0px; padding-left:0px; margin-right:0px; }
   