@charset "utf-8";
.print_container{
	
			font-size:10px !important;
	}
 @page 
        {
            size: auto;   /* auto is the current printer page size */
            margin: 0mm;  /* this affects the margin in the printer settings */
			padding:0;
			
        }

