/*!
 * FullCalendar v2.0.3 Print Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */

/*
 * Include this stylesheet on your page to get a more printer-friendly calendar.
 * When including this stylesheet, use the media='print' attribute of the <link> tag.
 * Make sure to include this stylesheet IN ADDITION to the regular fullcalendar.css.
 */
 
 
 /* Events
-----------------------------------------------------*/
 
/* for vertical events */
	
.fc-event-bg {
	display: none !important;
	}
	
.fc-event .ui-resizable-handle {
	display: none !important;
	}	
	
	body{
		height: 100mm;
	}
#calendar{
	width: 100%;
	
	margin: 0 auto;
	page-break-after: always;
}
#calendar a.fc-event{
	border: 1px solid black;
}
a.fc-event{
  -webkit-print-color-adjust:exact;
}
.fc-widget-header, .fc-widget-content{
	border-color: #333;
}
#calendar .pfriendly-header{
	margin-bottom: 0px;
}
#calendar .fc-footer h2{
	margin-bottom: 0px;
	font-size: 15px;
}
#calendar .fc-footer h3{
	font-size: 12px;
}
#calendar a.week-list.fc-event{
	border: none;
}
.print-left-colomn{
	float: left;
	width: 264px;
}
.print-right-colomn{
	width: 398px;	
	float: left;
}
.print-date{
	float: left;
	width: 450px;
}
.print-filter{
	float: left;
}
.print-notes{
	width: 220px;
	float: left;
}