/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 640px;
  background-color: #285078;
  color: #fff;
  text-align: left;
  padding: 20px 10px;
  border-radius: 6px;
  position:absolute;
  z-index: 1;
  top: -200px;
  left: 105%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltipr {
  visibility: hidden;
  width: 640px;
  background-color: #285078;
  color: #fff;
  text-align: left;
  padding: 20px 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltipr {
  visibility: visible;
}
.tooltip .tooltipr {
  top: -50px;
  left: 105%;
}