/* style-my-tootltips plugin, tooltip styling */

#s-m-t-tooltip{

   max-width:290px;
  z-index:9999999999999999999999999999;
  margin:15px 11px 4px 17px;
  padding:2px 1px 2px 3px;
  background:#fbfbfb;
  font-family:verdana, sans-serif;
  font-size:10px;
  line-height:16px;
  color:#fff;
}