.eventsModuleContainer {
	cursor: default;	
}

.communityEventImageContainer img {
	width: 70px;
	height: 70px;
	vertical-align: middle;
}

.eventButtonContainer {
	text-align: right;
}

.eventButtonContainer .btn {
	width: 100px;
	margin: 2px;
}

#newEventButtonContainer {
	margin-bottom: 10px;
}

#eventView .bold {
	font-weight: bold;
}

#eventView #eventImage {
	width: 140px;
	height: 200px;
}

#eventView #eventImageUploadInput {
	border: none;
	width: auto;
}

