#main .content_right .wpwhosonline-list {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
}

#main .content_right .wpwhosonline-row {
        float: none;
        width: auto;
        height: 33px;
        clear: both;
        margin: 0 0 15px 15px;
}

#main .content_right .wpwhosonline-row > img {
        float: left !important;
        margin-right: 1ex;
        margin-top: 6px;
}

#main .content_right .wpwhosonline-active > span {
        font-weight: bold;
        color: green;
}

#main .content_right .wpwhosonline-recent > span {
        font-style: italic;
        color: orange;
}

#main .content_right .wpwhosonline-ancient > span {
        font-style: italic;
        color: red;
}

/* kubrick style follows */
#sidebar ul li.widget_wpwhosonline ul li:before { content: none; }
