/*
 * Default styling for upcoming events
 */

.ues-event:not(:last-of-type){
	padding-bottom: 22px;
	border-bottom: 1px solid;
}
.ues-event:not(:first-of-type){
	margin-top: 22px;
}

h2.ues-event-title{
	margin-bottom: 0;
}
.ues-event-image{
	padding-bottom: 22px;
}
.ues-event-image img{
	width: 100%;
	height: auto;
	margin-bottom: 22px;
}