/***********
 * Tooltip *
 ***********/

.rfmTT, .rfmCTT {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #0FFF0F;
    border-bottom: 3px dotted green;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-color: #0FFF0F;
    white-space: nowrap;
}

.rfmCTT {
    cursor: pointer;    
}

#rfmTTContainer {
    cursor: text;
    visibility: hidden;
    overflow: hidden;
    max-width: 600px;
    min-width: 320px;
    width: auto;
    height: auto;
    line-height: 1;
    font-style: normal;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1rem;
    color: black;
    background: rgba(255,246,191,0.95);
    padding: .50rem .75rem;
    position: absolute;
    background-clip: padding-box;
    border-radius: 9px;
    border-color: lightblue;
    border-color: rgba(173,216,230,0.85);
    border-width: 7px;
    border-style: solid;
    opacity: 0;
    z-index: 50;
}
#rfmTTBody {
    overflow: auto;
    max-height: 150px;
    height: auto;
    line-height: 1;
    font-style: normal;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 1rem;
    color: black;
}
