/* tooltip styling */
.tooltip {
	display:none;
	padding:10px 30px;
	font-size: 11px;
	line-height: 140%;
	color: #000;
	border: 1px solid #888;
	background-color: #fff;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; 
}

