/* Bubble pop-up */
a.bubbleInfo {
	cursor: pointer;
}
.bubble {
	position: absolute;
	display: none;
	z-index: 50;
	border: 3px solid #ebe4d5;
}

.bubbleScreenshot span {
	display: none;
}
