/*****BBPress*****/
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border: none;
    overflow: hidden;
    padding: 8px 8px 8px 2px;
}
#bbpress-forums li.bbp-header {
    background: none !important;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background: none !important;
}
#bbpress-forums .bbp-forums-list {
    border-left: none;
    margin: 0 0 45px 0px;
    padding-left: 0px;
}
#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies {
    border: none;
    clear: both;
    font-size: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}
.bbp-forum-title {
    font-size: 25px;
    color: #959595;
}
.bbp-forum-title:hover {
    text-decoration: none;
}
#bbpress-forums .bbp-forums-list li {
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    font-family: "arial";
    padding: 12px 0px;
    border-bottom: 1px solid #CCCCCC;
    width: 500px;
}
li.bbp-forum-info, li.bbp-topic-title {
    float: left;
    text-align: left;
    width: 100%;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background: none;
    border: none;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}
/*End BBPress*/

/*Custom style*/
.bbp-header {
    margin: 0px !important;
    padding: 0px !important; 
}
.forum-titles li {
    float: left;
    width: auto;
    font-size: 13px;
    color: #8a8583;
    font-weight: bold;
}
.type-topic {
    border-bottom: 1px solid #CCCCCC !important;
    display: inline-block;
    font-family: "arial";
    font-size: 13px;
    line-height: 17px;
    padding: 12px 0;
    width: 500px;
}
.forum-titles .bbp-forum-info, .forum-titles .bbp-topic-title, .type-topic .bbp-topic-title {
    width: 300px;
}
.forum-titles .bbp-forum-topic-count, .forum-titles .bbp-topic-voice-count, .type-topic .bbp-topic-voice-count {
    width: 55px;
}
.forum-titles .bbp-forum-reply-count, .forum-titles .bbp-topic-reply-count, .type-topic .bbp-topic-reply-count {
    width: 70px;
}
.type-topic .bbp-topic-freshness {
    float: left;
    width: 65px;
    line-height: 18px;
}
.bbp-forum a {
    width: 300px;
    display: block;
}
.bbp-forum span {
    text-align: center;
    width: 60px;
}
.bbp-forum a, .bbp-forum span {
    float: left;
}
.bbp-forum .topicnum {
    width: 65px;
    text-align: left;
    margin-left: 7px;
}
#bbpress-forums .bbp-forum-content {
    font-size: 13px;
    line-height: 17px;
    color: #75767a;
    margin: 6px 0px 20px;
}
.forum-header-image {
    margin-bottom: 30px;
}
.main-forum {
    margin-top: 50px;
}
body.single-forum .bbp-body .topic li {
    float: left;
}
.forum-list {
    margin-bottom: -10px;
}
.forum-list li {
    margin-bottom: 10px;
}
.forum-list li a {
    color: #75767a;
    font-size: 13px;
}