#bbpress-forums #bbp-user-wrapper h2.entry-title{
    margin: 34px 0 24px;
    font-size: $fontSizeH2;
}
#bbpress-forums #bbp-single-user-details{
    padding-top: 40px;
    width:100%;
}
#bbpress-forums #bbp-user-body {
    margin-left: 0;
}
#bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic, 
#bbpress-forums #bbp-user-wrapper ul.bbp-topics, 
#bbpress-forums #bbp-user-wrapper ul.bbp-forums, 
#bbpress-forums #bbp-user-wrapper ul.bbp-replies, 
#bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
    clear: both;
}
#bbpress-forums #bbp-your-profile fieldset label[for] {
    float: none;
    width: 100%;
    padding: 0;
    text-align: left;
}
#bbpress-forums #bbp-your-profile fieldset div{
    margin-bottom: 52px;
}
#bbpress-forums #bbp-your-profile fieldset input, 
#bbpress-forums #bbp-your-profile fieldset textarea{
    background: #f6f7f7;       
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 8px 16px 7px;
}
#bbpress-forums #bbp-your-profile fieldset input{ 
    width:370px;
}
#bbpress-forums #bbp-your-profile fieldset span.description{
    margin: 5px 0 0;
    max-width:370px;
}
#bbpress-forums #bbp-your-profile fieldset fieldset.password {
    width: 370px;
    max-width:100%;
}
.bbp-topics{
    display: table;
    width:100%;
}
.bbp-topic-title,
.bbp-forum-info{
    width:41.5%;
}
.bbp-topic-voice-count,
.bbp-topic-reply-count,
.bbp-forum-topic-count,
.bbp-forum-reply-count
{
    width:17%;
}
.bbp-forum-freshness, 
.bbp-topic-freshness {
    width: 35.5%;
}