/* Print Styles */
@media print {
  #sidebar, header { 
    display: none;
  }
  
  #content{
    width: 100% !important;
  }
}