/* unitip css — image-free bubble (the original TipPoint/TipMid/TipCap PNGs
   were never shipped in this theme, which rendered broken white boxes). */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	max-width: 240px;
	color: #fff;
	font: normal normal 8pt Verdana, Arial, Helvetica, sans-serif;
	display: none;
	pointer-events: none;
}

#unitippoint, #unitipcap {
	display: none;
}

#unitipmid {
	display: block;
	padding: 6px 10px;
	background: rgba(20, 24, 34, .95);
	border-radius: 6px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, .35);
}
