/**
 * Basic stylesheet for the RHD Simple Events Widget (for MPA) plugin by Roundhouse Designs
 **/

.mpa-simple-events-list {
	width: 80%;
	margin: 0 auto;
	list-style: none;
	padding-left: 0;
}

.mpa-simple-events-event-item {
	margin-bottom: .75em;
}

.mpa-simple-events-event-item .event-title {
	font-style: italic;
}