@media print {
	 a, button, .arrow, input {display: none!important;}
	 span {color: black;
	 font-style: normal;}
	 
	  h3 {border-bottom: 1px solid black; margin-top: 0; color: black;}
	  
	  .day {
		  width: 425px;
		  box-shadow: none!important;
	  }
	  .question {
		  box-shadow: none!important;
	  }
	 td {
		  page-break-inside: avoid!important;
		  break-inside: avoid!important;
		 
	  }
	  
	h1 {
		display: block;
		
	}
.ssylka {
display: inline!important;
text-decoration: none;
color: black;
} 
	table {
		width: 750px!important;
		margin-left: 20px;
	}
	.mini1 {
		display: block!important;
	}
	
	.mobile {
		display: none!important;
	}
}	
	 @page {
    size: auto;   /* auto is the initial value */
    margin:  0;  /* this affects the margin in the printer settings */
	margin-bottom: 30px;
	margin-top: 30px;
}

