/* unitip css */

#unitip {
	position: absolute;
	z-index: 1060;
	left: -100%;
	color: #fff;
	font-family: 'Gotham Book', Arial, Helvetica, Sans-serif;
	font-size: 0.75rem;
	display: none;
}

#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 0; 
	left: 0;
	min-width: 1rem;
	display: block;
}

#unitippoint { 
	overflow: hidden; 
	height: 0.75rem;
}

#unitipmid { 
	min-width: 1rem;
	height: auto; 
	background-color: rgba(20, 20, 20, 0.90);
	padding: 0.5rem 1rem;
	border-radius: 0.25rem;
}

#unitipcap { 
	height: 0.75rem;
	overflow: hidden; 
}