<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ********************************************************************************************* */
/* Package Torello.Java.Function                                                                 */
/* ********************************************************************************************* */

SPAN.TJF
{
    display:        inline-block;
    background:     lightskyblue;
    font-weight:    bold;
    padding:        0 0.5em 0 0.5em;
    border:         1px solid lightskyblue;
    border-radius:  0.5em;
    margin:         0 1em 0 1em;
}

/*
When I copied these over from the original User-Accessories.css, I couldn't find anywhere where
these rules were used / applied.  I think it would be safe to delete these two, but I'm not going
to do that until I finish the "CSS Improvement" thing i'm going
*/

TD.TJFCOL2 { width: 27em; text-align: left; }
TD.TJFCOL3 { text-align: left; }
</pre></body></html>