﻿.tbl_header
{
    background-color: #1C5E55;
    color: White;
    font-weight: bold;
}
.tbl_owner, .tbl_ip, .tbl_date
{
    background-color: #E3EAEB;
    color: black;
}
.tbl_msg
{
    background-color: White;
    color: Black;
}
td.tbl_msg_data
{
    padding: 18px;
}
.tbl_thread, #tbl_added_thread
{
    border-spacing: 0px;
    padding: 5px 0px;
    /*display: table;*/
}
