
/* for print media */

  #navbar
  {
     display: none;
  }
  #main-content
  {
     height: auto;
     overflow: visible;
  }

  
