@media print {
	body, h1, h2, h3, ol, ul, div, p {
        display: block !important;
        float: none !important;
        position: static !important;
        overflow: visible !important;
    }
	
	body, h1, h2, h3, ol, ul, div:not(.p-2), p {
        width: auto !important;
    }

  a[href]:after {
    content: none;
  }
  
/* Custom Printing for Program Details Page */
  #page-wrapper {
  	margin: 0px;
  }
/*   #page-head { */
/*   	data-spy: scroll; */
/*   } */
/*   #page-body{ */
/*   	top: 175px; */
/*   } */
  .lm-control { display: none !important; }
  .dolessmore{ display: inline !important; }
  .dolessmoreblock { position: relative !important; }
  .easyPaginateNav { display: none !important; }
  .rating-container .rating-stars{ display: inline-block !important; position: relative !important; }
}
