.event_is_coming {
	background-color: #e7fbdb;
}

.event_is_old {
	background-color: #fbcecf;
}

.event {
	margin: 1em 1em 0em 1em;
	padding: 1em;
	border-bottom-color: #1F757C;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.event .admin {
	text-align: right;
}

.event .author {
	font-size: 0.8em;
	text-align: right;
}

.event .title {
	text-transform: uppercase;
	font-size: 0.9em;
	margin: 0;
	padding: 0 0 0.5em 0;
}

.event .date {
	font-size: 0.8em;
}

.event .location {
	font-size: 0.8em;
}

.event .description {
	border-color: #1F757C;
	border-width: 1px;
	border-style: solid;
	padding: 0.7em;
	margin: 0.3em 0;
}
