
@media print {
  /* All your print styles go here */
  #header,
  footer,
  #nav,
  .col-lg-3,
  .doc-menu,
  .doc-right,
  .print,
 .next-previous-buttons,
  {
    display: none !important;
  }
  .col-lg-7 {width:100%!Important}
}