@charset "utf-8";
/* CSS Document */

.calendarItem {
	border: 1px #CCC dotted;
	padding: 10px;
	margin-bottom: 10px;
	}
	
p.datePeriod {
	font-size: smaller;
	font-weight: bold;
	margin: 0;
	}
	
.calendarItem h2 {
	margin-top: 0;
	margin-bottom: 0;
	}
