.rei-event {
	min-height:480px;
}

.rei-event  h5 {
	margin:0;
}

.rei-event  p {
	font-size:smaller;
	margin:0px;
	color: rgba(0,0,0,0.6);
}

.rei-event-item  {
	margin:0px 0;
	padding:15px 35px 15px;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-bottom:1px dotted rgba(0,0,0,0.2);
	background:#f9f9f9;
}

.rei-event-item:first-child {
	border-top:1px solid #d0d0d0;
	border-left:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	border-radius: 5px 20px 0 0;
}

.rei-event-item:last-child {
	border-bottom:1px solid #d0d0d0;
	border-radius: 0 0 5px 20px;
	padding-bottom:15px;
}

.featured {
	background: #ddd;
	color: white;
}