@media print {
	
	a { color: black;
	text-decoration: none;}
	.download,.print, button, .arrow, input {display: none!important;}
	 span {color: black;
	 font-style: normal;}
	 
	  h3 {border-bottom: 1px solid black; margin-top: 0; color: black;}
	  .week {
	 
justify-content: space-around;
margin-left: 20px;
margin-right: 20px;
}
	  .day {
		  width: 380px;
		  box-shadow: none;
	  }
	  
	h1 {
		display: block;
	}
	p {
		padding-right: 0px;
	}
	 @page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */
	
}

}