/*!
 * fullcalendar v2.0.0 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
-----------------------------------------------------*/
 
.fc-event {
	background: #fff !important;
	color: #000 !important;
	}
	
/* for vertical events */
	
.fc-event-bg {
	display: none !important;
	}
	
.fc-event .ui-resizable-handle {
	display: none !important;
	}
	
	
