@media print
{
        
    .fc-header-title {display: inline-block; vertical-align: top; font-size: 14px !important;}
	.feedback {display:none;}
	.sidebar__content{display:none;}
	.wrapper.alert.alert__info {display: none;}
	.header-main{display:none;}
	.footer-main{display:none;}
        div#PropWasteCalendar h3 {font-size: 0.9em !important;}
        body {background: none;}
	body {width: 20cm;}
	p {font-size: 12pt;}
	h2 {font-size: 10pt;}
	.page-body{width: 100%;}
	.fc {font-size: 10pt;}
	table {font-size: 10pt;}
	#cookieBanner{display:none;}
	#capita-myprofile-widget-container{display:none;}
	ul {font-size:0.75em;}
	.top-strip h1 {display:none;}
	a.show-hide-feedback {display: none;}
	.breadcrumb {display:none;}
	
	.page-body {
    display: block;
    font-size: 1.25em;
    line-height: 1.5;
    margin-top: 0em;	
}
.top-strip {
    display:none;
}

div#PropWasteCalendar > h3:first-child {
    margin-bottom: -2px;
	margin-top:-2px;
	text-align: center;
}
}


}



  @page 
    {
        size: auto;   /* auto is the initial value */
        margin: 0mm;  /* this affects the margin in the printer settings */
    }
