.tborder {
    background: #C1C1C1;
    color: #000;
    padding: 0;
    width: 100%;
}
.theader {
    background: #E6E7E9;
    color: #000;
    border: 0;
    font: 12px tahoma, verdana, geneva, lucida;
    font-weight: bold;
    padding: 4px;
    height: 25px;
}
.togle_thead {
    background: #F1F1F1;
}
.bb1 {
    color: #000;
    background: #F9F9F9;
}
.bb2{
    color: #000;
    background: #F0F1F3;
}
.time_st {
    color: green;
}
.date_st {
    color: #000;
}
.nbb_center {
    width: 99%;
    padding: 10px 5px;
}
.nbb_left {
    text-align: left;
    font-size: 11px;
    padding: 3px 0 3px 3px;
}
.nbb_right {
    text-align: right;
    font-size: 11px;
    padding: 3px 3px 3px 0;
}
.nb_prev_next {
    text-align: center;
    padding: 10px;
    font-weight: bold;
}
.nb_fast_post_send {
    text-align: center;
    padding: 5px;
}

.forumbg {
    margin-bottom: 4px;
    clear: both;
    background-color: #e6e7e9;
    border: 1px solid #c1c1c1;
}
.inner::after {
    clear: both;
    content: '';
    display: block;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.topiclist {
    display: block;
    list-style-type: none;
    margin: 0;
}
ul.topiclist li {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li.header-newbb dl.row-item dt, li.header-newbb dl.row-item dd {
    min-height: 0;
}
li.header-newbb dt, li.header-newbb dd {
    color: #000;
    line-height: 1em;
    margin: 2px 0 4px 0;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
dl.row-item dt .list-inner {
    padding-left: 45px;
}
dl.row-item dt img.folder {
    display: inline;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    margin-left: 10px;
}  
ul.topiclist dt, ul.topiclist dd {
    display: block;
    float: left;
    margin: 0;
}
ul.topiclist dt .list-inner {
    margin-right: 370px;
}
ul.topiclist dl {
    position: relative;
    overflow: hidden;
}
dl.row-cat dt {
    margin-left: 7px;
}
dl.row-item dt, dl.row-item dd {
    min-height: 35px;
}
ul.topiclist dt {
    width: 100%;
    margin-right: -360px;
    padding: 7px 0;
}
ul.topiclist dd {
    border-left: 1px #c1c1c1 solid;
    padding: 7px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
dd.posts, dd.topics, dd.views {
    width: 90px;
    padding:0;
    margin:0;
    text-align: center;
}
dd.lastpost-left {
    width: 180px;
    padding: 0;
    margin: 0  5px;
    text-align: left;
    font-size: 0.9em;
}
dd.lastpost-left::after {
    display: block;
    content: '';
    padding-bottom: 7px;
}
dd.lastpost {
    width: 180px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0.9em;
}
ul.topiclist li.row dd {
    padding-bottom: 999px;
    margin-bottom: -999px;
    padding-left: 7px;
    padding-right: 7px;
}
li.row {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-top-color: #c1c1c1;
}
li.row:hover {
    background-color: #f6f4d0;
}
.topic-poster, .responsive-show, .description {
    font-size: 0.9em;
}
.togle_thead {
    background: #f1f1f1;
}
.bg1 {
    background-color: #f9f9f9;
}
.bg2 {
    background-color: #f0f1f3;
}
.bg3 {
    background-color: #f2f3f5;
}
.quick-reply {
    padding: 10px 40px;
}

@media all and (max-width: 400px) {
    .quick-reply { padding: 10px 0; }
}
@media all and (max-width: 750px)  {
    ul.topiclist dt, ul.topiclist dt .list-inner, dt .list-inner {
        margin-right: 0;
    }
    .responsive-show { display:block !important; }
    ul.topiclist dd { display:none; }
}