@media print {
.noprint {
    display:none;
}

#logo img {
    width: 250px;
}

#socialIcons, .RightContent, #socialIcons img, #socialIcons a, .slidenav, .controls, #leftNavMobile, #leftNavDesk{
	display: none;
}

#Leftnav {
	display: none;
}

  a[href]:after {
    content: none;
  }
  
  .col-sm-7 {
    width: 99%;
}

}