.event-container {
	border: 1px solid;
	margin: 2px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.event-date {
	font-size: 0.9em;
	float: right;
}

.event-title {
	font-weight: bold;
	padding-right: 150px;
}

.event-content {
	position: relative;
	left: 0px;
	top: 0px;
}

.event-subheader {
	padding-top: 5px;
	padding-bottom: 10px;
}

.event-image {
	position: relative;
	top: 10px;
	float: right;
	width: 94px;
	height: 72px;
	background-repeat: no-repeat;
	background-position: center right;
}

.show-map {
	position: absolute;
	top: 0px;
	right: 0px;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
	
}

.event-place {
	font-size: 0.9em;
}

#area_text {
	height: 380px!important;
}