.popover.fade {
	max-width: 100%; /* Max Width of the popover (depending on the container!) */
}
.popover-content {
	max-width:600px;
	min-width:300px;
	max-height:400px;
	height:auto;
	overflow-y:auto;
	overflow-x:hidden;
}
.event {
	background-color:#eee;
	border-radius:5px;
	padding:10px;
	margin-top:0.5em;
}
.event .desc a {
	word-wrap: break-word;
}
.evname {
	font-weight:bold;
}
.participant {
	border-bottom:1px solid #000;
}
.events, .parts, .intparts, .intevents, .training {
	display:none;
}