/* The tooltip container */
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #111111;
  background-color: #ffffe1;
  padding: 2px 5px;
  line-height: 1.2em;
  font-size: 12px;
  max-width: 600px;
}

/* The tooltip title */
#tooltip h3 {
  font-size: 100%;
}

#tooltip h3,
#tooltip p {
  margin: 0;
  text-align: left;
}

/* The tooltip body, shown when using showBody */
#tooltip p.body {
}

/* The tooltip url, shown when using showURL */
#tooltip p.url {
}
