/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	background:#fff;
	border:1px solid #999;
	box-shadow:5px 5px 0 #ccc;
	color:#000;
	display:none;
	padding:10px 21px;
}
