/* PowerTip Plugin */
#powerTip {
	cursor: default;
	font-size:30px;
	color:#DFDFDF;
	display: none;
	padding: 7px;
	position: absolute;
	top:-15px;
	left: -35px;
	white-space: nowrap;
	z-index: 9995;
	
	/*
	background-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.5);
	*/
	border-radius: 6px;
}
