.forums th{
  padding: 2px;
  background-color: #ff0000;
  border-bottom: 2px solid #000000;
  color: #ffffff;
}

.forums td{
  border-bottom: 1px solid #cccccc;
}

.replies th{
  padding: 2px;
  background-color: #ff0000;
  border-bottom: 2px solid #000000;
  color: #ffffff;
  text-align: left;
}

.replies #post{
  height: 100px;
  border-bottom: 1px solid #000000;
}

.replies td{
  background-color: #cccccc;
}