/* hover state on forum user profile */
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a:hover {
    background-color: #49435b;
}

/* Forum table width */
@media only screen and (min-width: 868px) {
    #content.eightcol {
        width: 90%;
    }
    .postbarNone .eightcol .entry,
    .tmnf-sidebar-null #content .entry,
    .postbarNone .postinfo,
    .tmnf-sidebar-null #content .postinfo,
    .postbarNone #comments,
    .tmnf-sidebar-null #content #comments,
    .postbarNone .post-head,
    .tmnf-sidebar-null #content .post-head,
    .postbarNone .post-pagination, 
    .tmnf-sidebar-null .post-pagination {
        max-width:none;
    }
}