div.tooltip {
  background-color: #3D6199;
  color: White;
  position: absolute;
  left: 225px;
  top: -155px;
  z-index: 1000000;
  width: 250px;
  border-radius: 5px;
  padding: 8px 3px;
}
/*div.tooltip:before {
  border-color: transparent #3D6199 transparent transparent;
  border-right: 6px solid #3D6199;
  border-style: solid;
  border-width: 6px 6px 6px 0px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  left: 40%;
  bottom: -6px;
}*/
div.tooltip p {
  margin: 10px;
  color: White;
}
div.tooltip-container {position: relative;}