<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    #profileSidebar {
        float: right;
        border: 1px solid black;
        width: 200px;
        padding: 2px;
        clear: right;
        margin-left: 10px;
    }
    .profileItem {
        font-weight: bold;
    }
    .profileItemMore {
        font-weight: normal;
        font-size: 10px;
    }
    #profileName {
        font-size: 16px;
        font-weight: bold;
    }
    #feedContent {
        padding-left: 2em;
        text-indent: -2em;
    }
    .oneFriend {
        float: left;
        text-align: center;
        font-weight: bold;
        font-size: smaller;
        text-align: center;
        width: 25%;
    }
    .oneFriend IMG { border: 0px; }
    .friendLine {
        clear: both;
    }

</pre></body></html>