.tooltip {
	position : absolute;
	z-index:999;
	left : -9999px;
	background-color:#dedede;
	padding:5px;
	border:1px solid #fff;
	width: 450px;
	display : none;
}

.tooltip .tooltip-content{
	margin:0;
	padding:0;
	color:#CCCCCC;
	background-color:#222;
	padding:2px 7px;
	max-height : 375px;
	overflow : hidden;
}

.tooltip-content a {
	color : white;
}

