.tooltip {
    font-family: inherit;
    font-size: 15px;
    word-break: keep-all;
    line-break: initial;
}

.tooltip-inner {
    max-width: 400px;
    background-color: #004990;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #004990;
}

.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #004990;
}

.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #004990;
}