@media print {
	 .print{display: none;}
	 a, input, span, table {color: black;
	 text-decoration: none;
	
	}
	
	
	 .wrapper {border: 0px solid white; padding-left: 80px; padding-right: 60px;}
	 
		 

	 }
.inst {
display: block!important;
}
	 
	  .hidden{
		  display: none !important;
	  }
     .open-close-button
    {
        display: none !important;
    }
	
	.foot{
		border-top: 2px solid white !important;
	}
	
	h1 {
	  display: block;
  }
	
	 @page {
    size: auto;   /* auto is the initial value */
    margin: 0px;  /* this affects the margin in the printer settings */
	
	
}

  
  


}