#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #094f83;
	background-color: #ffffff;
	padding: 5px;
	width:350px;
}
#tooltip h2 {font-family: "ff-dagny-web-pro",sans-serif; font-size:18px; font-weight:400; margin:0px 0px 10px 0px; padding:0px; color:#000000;}
#tooltip h3 {font-family: "ff-dagny-web-pro",sans-serif; font-size:16px; font-weight:600; margin:0px 0px 10px 0px; padding:0px; color:#000000;}
#tooltip p {font-size:14px; line-height:20px; margin:0px 0px 10px 0px; font-weight:normal;}
#tooltip li {font-size:14px; font-weight:normal;}
#tooltip table {border-top:1px solid #e6e6e6; border-left:1px solid #e6e6e6;}
#tooltip td {font-size:14px; line-height:16px; padding:6px; border-right:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
#tooltip .header {font-size:16px; font-weight:bold; color:#004b84}
#tooltip div { margin: 10px; }
