div#jemmoduleteaser {
	width: 100%;
}

div#jemmoduleteaser .teaser-jem a,
div#jemmoduleteaser .venue-title a {
	background-color: transparent;
	/*color:#095197;*/
}


div#jemmoduleteaser .eventset {
	border-bottom: 1px solid #d00000;
	margin-bottom: -1px;
	padding: 10px 5px;
	text-align: left;
	transition: all 0.5s ease 0s;
	width: 100%;
}

div#jemmoduleteaser .eventset:hover {
	background-color: #a90000;
	border-bottom: 1px dotted transparent;
	border-radius: 3px;
	box-shadow: 0 0 2px #d00000 inset;
	padding: 10px 8px;
}

div#jemmoduleteaser a {
    text-decoration: none;
    color: #f5ddc3;
}
div#jemmoduleteaser a .event-title, div#jemmoduleteaser a .event-date {
    color: #fff;
}
