/* 贴子内容页 - 贴子范围内 - 表格样式 */
.t_f table {
    empty-cells: show ;
    border-collapse: collapse ;
    width: 100%;
    margin: 1em 0;
}
.t_f tr:hover {
    background-color: #f5f5f5 ;
}
.t_f th, .t_f td {
    border: 1px dashed #ABABAB ;
    padding: 8px ;
    text-align: left;
}
.t_f th {
    font-weight: bold ;
    color: #666666 ;
    background-color: #f9f9f9 ;
}