// title in sidebar for list of events
.ical_list_events_title {}

//list of events
ul.ical_list_events {}

// event date
ul.ical_list_events li {}
//event title
ul.ical_list_events li a.ical_event_title {}

// title in sidebar for calendars list
h2.ical_list_calendars_title {}

select#ical_list_calendars {
font-size: 0.8em;
border: 1px solid #ccc;
margin: auto 0px;
}

div.ical_calendar {
display: none;
}

div.ical_calendar_selected {
display: block;
}

#ical_apple, #ical_google, #ical_any {}

#ical_apple img, #ical_google img, #ical_any img {
border: none;
padding: 0px;
margin: 0px;
margin-top: 3px;
}

div.vevent{
	margin: 5px;
	padding: 5px;
	background-color:#E2F2FF;
	border: 2px solid #0F87E2;
	clear: both;
}
div.vevent h5.summary {
	padding: 0px;
	margin: 0px;
	font-size: 1.3em;
}
div.vevent div.location {
	font-weight: bold;
}