#bbpress-forums div.bbp-the-content-wrapper input{
    min-height: auto; 
    @include box-shadow(none);
}
.quicktags-toolbar input[value=link]:hover {
    text-decoration: underline;
}
.quicktags-toolbar input[value=del]:hover {
    text-decoration: line-through;
}
#bbpress-forums{
    .quicktags-toolbar {
        border-bottom: 0px solid #dedede; 
        background: transparent;
    }
    textarea{
        @include box-shadow(none);        
    }
    margin-bottom: 44px;
    table{
        tbody,
        thead{
            td{
                padding: 14px 38px;
                vertical-align: top;
            }
        }
        thead a{
            color:#ffffff;
        }
        #subscription-toggle,
        #favorite-toggle{
            float:right;
        }
    }
    tr td:first-child,
        tr th:first-child{
        text-align: left;
    }
    .bbp-forum-title{
        display: block;        
        margin: 0 0 16px;
    }
    .bbp-topic-freshness-author a{
        color:$textColor;
    }
}
#bbpress-forums div.wp-editor-container{  
    margin-bottom: 52px;        
    border-radius: 4px;
}
#bbpress-forums fieldset.bbp-form input[type="checkbox"]{
    margin: 0 10px 10px 0;
    vertical-align: middle;
}
#bbpress-forums fieldset.bbp-form select,
#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums .select-wrapper{
    width: 370px;
    max-width: 100%;
}
#bbpress-forums #bbp-your-profile fieldset textarea{
    width:100%
}
#bbpress-forums fieldset.bbp-form p{
    margin-bottom: 52px;
}
bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
#bbp-login fieldset label, 
#bbp-register fieldset label,
#bbp-lost-pass fieldset label {
    width: 100%;
}
#bbpress-forums #bbp-your-profile fieldset div.select-wrapper{
    width:370px;
    max-width: 100%;
}
#bbpress-forums div.bbp-reply-content {
    padding: 0;
}
@media (max-width: 767px){ 
    #bbpress-forums .emmet-table tbody td ,
    #bbpress-forums  .emmet-table thead th, 
    #bbpress-forums  .emmet-table thead td{
        padding: 14px 5px 11px;
    }
}
@media only screen and (max-width: 320px){ 
    #bbpress-forums input#bbp_topic_title, #bbpress-forums input#bbp_topic_tags {
        width: 100%;
    }
}
@media only screen and (max-width: 480px){ 
    div.bbp-search-form input, div.bbp-search-form button {
        font-size: 18px;
        padding: 13px 16px 12px;
    }
    #bbpress-forums div.bbp-search-form {
        float: none;
        width:250px;
    }
    #bbpress-forums #bbp-search-form #bbp_search {
        width: 165px;
    }
}