.commentEntry
{
  margin: 10px 0 0 0;
  min-height: 55px;
}

.commentUserIcon
{
  float: left;
  padding-top: 7px;
  height: 70px;
}

.commentText
{
  width: 562px;
  float: right;
  padding-top: 7px;
  text-align: left;
  border-top: 1px solid #ddd;
}

.said, .commentDateTime, .said a, .said a:hover
{
  font-size: 10px;
  color: #a4a4a4;
}

.commentText .said
{
  float: left;
  margin-right: 4px;
}

.commentDateTime
{
  float: right;
}

.commentTextBody
{
  margin-top: 10px;
  font-size: 11px;
  color: #444;
}

.clear
{
  clear: both;
}

