table.forum {
  width:            100%;
  border-collapse:  collapse;
  margin:           1em 0;
  border-bottom:    1px solid #ddd;
}
table.forum th {
  text-align:     left;
}
table.forum td {
  vertical-align: top;
  padding:        0.5em 0;
  border-top:     1px solid #ddd;
}
table.forum .posted {
  font-size:      0.88em;
  color:          #888;
}
table.forum td.posted_by {
  width:          25%;
}
table.forum .user {
  font-weight:    bold;
}
table.forum .last_post {
  text-align:     right;
}
table.forum td.last_post {
  font-size:      0.88em;
}
table.forum p {
  margin:         0;
  color:          #888;
}
table.forum p.posted_by {
  font-size:      0.88em;
}
table.forum .replies, table.forum .views {
  text-align:     center;
}
