.tooltip {
	position: absolute!important;
	z-index: 10000!important;
}

.xarrow {
	position: relative;
}

.arrowOuter {	
	border-width: 0 7px 7px;
	border-style: solid;
	border-color: #000 transparent; /* ie8 fallback */
	border-color: rgba(0, 0, 0, .7) transparent;
	display: inline-block !important;
	width: 0;
	position: absolute;
	top: -7px !important;
	left: -10%;
}

.tooltip .xboxcontent {
	padding: 0 .5em;
	margin: 0;
	
	color: #fff !important;
	border: 0 !important;
	border-radius: 5px;
	background-color: #000; /* ie8 fallback */
	background-color: rgba(0, 0, 0, .7) !important;
	max-width: 300px;
	z-index: 900;
}