
a{
  text-decoration: none;
}

.tooltip-inner{
text-align: left; 
}

.tooltip-inner {
    background-color: #FFF3CD;
    color: #664D03;
    box-shadow: 0px 0px 7px black;
    opacity: 1 !important;
}
.tooltip.bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #FFF3CD !important;
}
.tooltip.bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #FFF3CD !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #FFF3CD !important;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #FFF3CD !important;
}
