table.forum_latest_posts {
   width:550px;   
   color:#263D67;
   margin-left:auto;
   margin-right:auto;
   text-align:left;
   border-left:solid 1px #D4D6E3;
   border-right:solid 1px #D4D6E3;
}
table.forum_latest_posts td {
   border-bottom:solid 1px #D4D6E3;
   font-size:12px;
}
table.forum_latest_posts td.topic a {
   display:block;
   width:320px;
   overflow:hidden;
   color:#263D67;
}
table.forum_latest_posts td.views,
table.forum_latest_posts td.replies,
table.forum_latest_posts td.last_post {
   text-align:center;
   width:70px;
}
table.forum_latest_posts td.last_post {
   width:100px;
}
table.forum_latest_posts tr.header td {
   font-weight:bold;
   background-color:#ADB9D1;
}