.tooltip {
	width:100%;
	max-width:250px;
	font-size:12px;
	text-decoration:none;
	text-align: left;
	font-size:11px;
	z-index: 10000;
}

.tooltip span.top {
	width:100%;
	height:auto;
	margin:0;
	padding:5px 10px 5px 10px;
	text-align:left;
	background:#fff;
	color:#b2b2b2;
	border:1px dashed #b2b2b2;
}