.event{
	height: 100%;
	float: left;
	padding: 5px;
	background: #1fd41fbf;
	overflow: hidden;
	border: 1px solid #52585a;
	border-radius: 4px;
	color: black;
	cursor: default;
}
.eventSpace{
	height: 100%;
	float: left;
}
.toolbox{
	padding: 10px;
	margin-top: -22px;
	background-color: #fff;
	border: 1px solid #d3e0e9;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	visibility: hidden;
	width: 320px;
	text-align: left;
	margin-left: -280px;
	height: 100px;
	/* Position the tooltip */
	position: absolute;
	z-index: 2;
}
.event:hover .toolbox{
	visibility: visible;
}
