/**************************************
 * Abbreviations: Acronyms/Initialisms *
 **************************************/

.rfmAAI {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #7F7FFF;
    border-bottom: 3px dotted red;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-color: #7F7FFF;
}

#rfmAAIContainer {
    visibility: hidden;
    font-style: normal;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.5rem;
    color: white;
    background: rgba(0,0,0,0.75);
    padding: .75rem 1rem;
    position: absolute;
    border-radius: 9px;
}
