#event h3
{
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 20px;

	text-transform: uppercase;
}

#event ul
{
	margin-top: 10px;
}

#event div.event_list_item
{
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCED0;
	padding-bottom: 20px;
}

#event div.event_list_item:last-child
{
	border-bottom: none;
}

div.tribe-mini-calendar-event h2
{
	font-size: 14px;
	line-height: 14px;
	margin: 0px 0px 0px;

	text-transform: uppercase;
}