@media print {
	 .pic {
		 visibility: hidden;}
	 
	 .modal__content{
		 visibility: visible;
		position: absolute;
		top: 70px;
		left: 30px;
		width: 290mm;
		font-size: 20px;
		margin: 0 auto;
		box-shadow: none;
		page-break-inside: avoid;
	 }
	 
	.item-1, .item-2, .item-3, .item-4, .item-5, .item-11, .item-12, .item-13, .item-14, .item-15, .item-6, .item-7, .item-8, .item-9, .item-10,  .item-16, .item-17, .item-18
	{page-break-inside: avoid;
	padding-top: 40px;
		 
	}
	 
	h1{
		 visibility: visible;
		 color: black;
		 position: absolute;
		top: 70px;
		text-align: center;
		left: 30px;
		font-size: 200%;
		 
	 }
	 
	 h2 {
		
	 }
	 
	 .est  {
		 position: absolute;
		top: 140px;
		left: 60px;
		color: black !important;
		width: 85%;
	 }
	 
	 h2, span {
		 color: black !important;
	 }
	 
	 
  .print, button  {
	  display: none;
	  
  }
  
	 @page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */

}

}