.tthover {
    text-decoration: none;
    background-color: #eee;
    color: #222;
}
.tthover:hover {
    text-decoration: none;
    background-color: #eee;
}

.balloon {
    max-width: "100em";
    border: "solid 5px #ffffff";
    color: "#463974";
    font-weight: "bold";
    font-size: "130%";
    background-color: "#efefef";
}

.balloon_info {
    max-width: "100em";
    border: "solid 5px #ffffff";
    color: "#463974";
    font-weight: "bold";
    font-size: "130%";
    background-color: "#efefef";
}

/*
.tooltip.top .tooltip-inner {
    background-color:red;
}
.tooltip.top .tooltip-arrow {
      border-top-color: red;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #00acd6;
}
*/


.tooltip.right .tooltip-arrow {
  border-width: 10px 10px 10px 0;
  background-color: #fff9d4;
  border-right-color: #000;
}

.tooltip-inner {
    max-width: 600px;
    padding: 5px 10px;
    margin: 10px 5px;
    color: #333;
    font-size: 14px;
    text-align: left;
    background-color: #fff9d4;
    border-radius: .5rem;
    border-color: #000;
    border-style: solid;
    border-width: 2px;
}

/*
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #f00;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #f00;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #f00;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #f00;
}
*/
