.popup-note {
   width : 200px;
   border-top : solid 1px #eee;
   border-right : solid 1px #eee;
   border-left : solid 3px #ddd;
   border-bottom : solid 3px #ddd;
   display : block;
   overflow : hidden;
   z-index: 10;
   position: relative;
}
.popup-note div strong {
   font-size : 13px;
   font-family : Tahoma, sans-serif;
   display : block;
   margin-bottom : 10px;
   z-index: 10;
}
.popup-note div {
   line-height : 13px;
   background-color : #BCCDD8;
   padding : 10px;
   font-size : 10px;
   border : solid 4px #fff;
   z-index: 10;
}

div.tooltip {
   position : absolute;
   width : 200px;
   margin-top : 4px;
   padding : 0 10px 6px 0;
   background-color : #ffffff;
   z-index : 100000;
   top : 0; /*Change these when you add it back in */
   left : 0; /*Change these when you add it back in */
   
   /*border : solid 1px #ccc; */
}
div.tooltip h3 {
   font-size : 11px;
   margin : 0px;
   font-weight : bold;
   padding : 0px;
   z-index : 10;
}
div.tooltip p {
   margin : 0px;
   padding : 0px;
   line-height : 14px;
   font-size : 11px;
   z-index : 10;
}
