.bubbleInfo {
	position: relative;
}

.bubbleInfo .trigger {
	position: relative;
	font-weight: bold;
	color: #6699CC;
	cursor: pointer;
}
.bubbleInfo .popup {
	display: none;
	z-index: 50;
	position: relative;
}
.bubbleInfo .popup .popup-contents {
	width: 448px;
	padding: 10px 15px;
	color: #EEE;
	background-color: #222;
	border: #000 solid 1px;
	position: absolute;
	font-size: 0.83em;
}
.bubbleInfo .popup .popup-contents h4 {
	margin-bottom: 5px;
	font-size: 1.2em;
}