Xkyer
What's the class of the first child element of the div with the id "content" (I don't use that extension)? It's probably "RankingsPage". You can use this class to change the behavior of other elements inside that div, e.g.:
.RankingsPage .item-forumStatisticsWidget {
display:none;
}