
  <!-- Hide from legacy browsers
    .print { 
    display: none;
    }
    /* Specifies how tags With these classes are printed */
    @media print {
    	/* All the form elements under the class below will Not be printed */
    	.noprint {
    	 display: none;
    	}
		.sidebar-a{ width:1px;}
    }
    /*-->