/*version 1.2*/

#calendarAside {
	height: 190px;
 
	overflow-x: hidden;

	padding-top: 5px;
	/* border-top: 1px solid silver; */
}


#calendarAside h2 {
	 font-size: 12px
}


#calendarAside .fc-toolbar { 
	font-size: 0.8em; 
}

#calendarAside .fc-list-table  { 
	font-size: 0.7em; 
}


.fc-center h2 {
	font-size: 18pt;
}


#calendarAside .fc-toolbar {
	padding: 0px 4px 0px 4px ;  
}


#calendarAside .fc-list-table td {

	  padding: 4px 4px;   
}

#calendarAside .fc-event-dot {
	width: 7px;
	height: 7px;
}


#calendarAside .fc-unthemed .fc-list-heading td  {
 	background: silver;
}

#calendarAside .fc-toolbar {display: none}






