/*! jQuery UI - v1.13.2 - 2024-04-05
* http://jqueryui.com
* tooltip.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */


/* Overlays */
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
