﻿body {
}

/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
 
  width:250px; padding:10px;
    font-size:13px; line-height:1.2;
}
/* These are optional. They demonstrate how you can individually format tooltip content  */
div.tp1 { font-size:13px; color:#336; font-style:italic }
div.tp2 { font-weight:bolder; color:#337; padding-top:4px }