/** Change the size and colour of the widget title */
.tribe-events-list-widget h1.widget-title {
	
	font-size: 15px!important;
}
/** Change the margin of the events list */
.tribe-events-list-widget ol.tribe-list-widget{

margin-left: 5px!important;
margin-bottom: 10px!important;

}
/** Change the size and colour of the event title */
.tribe-events-list-widget h4.tribe-event-title {
	
	font-size: 15px!important;
	margin-bottom: 0px!important;
	line-height: 18px!important;
}
/** Change the size and colour of the all events link */
.tribe-events-list-widget p.tribe-events-widget-link{
	
	font-size: 8px!important;
}
