.fc-event {
	background: #666;
	color: white;
	border: none;
	font-size: 100%;
}
#wysiwyg a.fc-event:not([href]){
	text-decoration: none;
}
.fc-event:hover {
	/*background: #541503;*/
}
.fc-event .fc-time {
	display: none;
}
.fc-tooltip {
	background: #666;
	color: white;
	border-radius: 4px;
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.2);
	font-size: 100%;
	position:absolute;
	z-index:10001;
	padding: 0.5em;
}
.fc-tooltip__title {
	margin-bottom: 0.5em;
	font-weight: bold;
}
.fc-tooltip__time {
	margin-bottom: 0.5em;
}
.fc-tooltip__text {
	
}