/* unitip tooltips: a black card with an inner hairline frame and a poster shadow. */

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	display: none;
	max-width: 380px;
	color: #fff;
	font: 400 13px/1.5 'Space Mono', 'Courier New', monospace;
	pointer-events: none;
}

/* The original arrow and cap images are not used. */
#unitippoint, #unitipcap {
	display: none;
	height: 0;
	overflow: hidden;
}

#unitipmid {
	box-sizing: border-box;
	width: auto;
	height: auto;
	min-width: 60px;
	padding: 14px 18px;
	color: #fff;
	background: #000;
	outline: 2px solid #fff;
	outline-offset: -7px;
	box-shadow: 6px 6px 0 #000;
}

#unitipmid strong { padding: 0 6px; font-weight: 700; color: #000; background: #fff; }
