﻿table tr {
    _height: 50px;
}

table tr td{
    padding: 10px !important;
}
.forum_list_messages.active {
        background: lightgreen !important;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: lightblue !important;
}
