/* PowerTip Plugin */
#powerTip {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  background-color: #000;
	font-size: 13px;
	line-height: 16px;
  white-space: break-word; /* custom */
  width: 350px; /* custom */
  color: #717171;
  border: 1px solid #212121;
  -moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.8);
  box-shadow: 0 0 8px 2px rgba(0,0,0,0.8);
	/* background-color: rgba(0, 0, 0, 0.8); */
	/* border-radius: 6px; */
	display: none;
	padding: 12px;
	position: absolute;
	cursor: default;
	z-index: 2147483647;
}
#powerTip:before {
	content: "";
	position: absolute;
}
#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #000;
	
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #000;
	
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #000;
	
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #000;
	
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #000;
	
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #000;
	
	top: -10px;
}
#powerTip.nw-alt:before, #powerTip.ne-alt:before,
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: 10px solid #000;
	
	bottom: -10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 10px;
}
#powerTip.ne-alt:before {
	left: auto;
	right: 10px;
}
#powerTip.sw-alt:before, #powerTip.se-alt:before {
	border-top: none;
	border-bottom: 10px solid #000;

	bottom: auto;
	top: -10px;
}
#powerTip.se-alt:before {
	left: auto;
	right: 10px;
}
