.calendar li{
	min-height: 150px;	
}
.calendar li.weekday{
	height: 40px;
	min-height: auto !important;	
}

.event-title{
	position: relative;		
}
.event-title .event-link{
	/*white-space: nowrap;
	overflow: hidden;*/
		
}
.event-title .details{
	display: none;
	width: 600px;
	position: absolute;
	z-index: 20;
	left: 100px;
	bottom: 10px;	
}

.form-email{
	display: none !important;
}