.tipsy {
	font-size: 13px;
	position: absolute;
	z-index: 100000;
	padding: 4px 8px 4px 8px;
	background: rgba(0,0,0,0.9);
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.tipsy-inner {
	font-family: 'Open Sans';
	color: #FFF;
	max-width: 400px;
	max-height: 200px;
	overflow: hidden;
	text-align: left;
	line-height: 18px;
}

