.description, .description_board, .plainbox {
    padding: 0.5em 1em;
    font-size: 0.9em;
    line-height: 1.4em;
    border: 1px solid #1D212A;
    background: #1D212A;
    margin: 0.2em 1px 1em 1px;
}

.topic_table table thead {
    border-bottom: 1px solid #181C24;
}

.table_grid td {
    border-bottom: 1px solid #181C24;
}

.table_grid td.icon1 {
    border-left: 1px solid #181C24;
}

.table_grid td.lastpost, .table_grid td.moderation {
    border-right: 1px solid #181C24;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #181C24;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #1D212A;
}

.stickybg,.topic_table td.stickybg2 {
    background: #135214;
    color: white;
    border-radius: 0;
}