.widget.widget_fox009_recent_posts_widget .frpw_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget.widget_fox009_recent_posts_widget .frpw_ul li {
    padding: 5px 0;
}
.widget.widget_fox009_recent_posts_widget .frpw_ul .recentcomments:after{
    content: '';
    display: block;
    clear: both;
}

.widget.widget_fox009_recent_posts_widget .frpw_comment-avatar {
    float: left;
    margin-top: 0;
    margin-right: 1em;
}

.widget.widget_fox009_recent_posts_widget .frpw_avatar-round .avatar {
    border-radius: 50%;
}

.widget.widget_fox009_recent_posts_widget .frpw_avatar-square .avatar {
    border-radius: 0;
}

.widget.widget_fox009_recent_posts_widget .frpw_avatar-rounded-square .avatar {
    border-radius: 25%;
}

.widget.widget_fox009_recent_posts_widget .frpw_bold {
    font-weight:bold;
}

.widget.widget_fox009_recent_posts_widget .frpw_italic {
    font-style:italic ;
}

.widget.widget_fox009_recent_posts_widget .frpw_bold-italic {
    font-weight: bold;
    font-style: italic;
}

.widget.widget_fox009_recent_posts_widget .frpw_block {
    display: block;
}

.widget.widget_fox009_recent_posts_widget .frpw_block-both {
    display: block;
    clear:both;
}

.widget.widget_fox009_recent_posts_widget .frpw_inline {
    display: inline;
}

.widget.widget_fox009_recent_posts_widget .frpw_inline + .frpw_inline {
    margin-left: 1rem;
}
