td{border:0px solid #000000;}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #ff591f; /* If you want dots under the hoverable text */
  text-align:center;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  top: -8px;
  left: 115%; 
  width: 340px;
  background-color:#ff9600;
  color: #000000;
  text-align:left;
  padding: 8px 0 8px 15px;
  border-radius: 6px;
  font-size:1.2em;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 35%;
  right: 100%; /* To the left of the tooltip */
  margin-top: 0px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent #ff9600 transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.dan_title_1{letter-spacing:-1px;}