tbody.comments
{
}

tbody.comments > tr.comment
{
}

tbody.comments > tr.comment > td > div.element
{
/*
  border: 1px solid #FF0101;
*/
  float: left;
  height: 50px;
  margin-right: 2px;
/*
  padding: 2px;
*/
  width: 50px;
}

tbody.comments > tr.comment > td > div.element:hover
{
/*
  border: 1px solid #525252;
*/
}

tbody.comments > tr.comment > td > div.element img
{
  display: block;
}

tbody.comments > tr.comment > td > div.author
{
  display: inline;
}

tbody.comments > tr.comment > td > div.date
{
  display: inline;
  text-transform: lowercase;
}

tbody.comments > tr.comment > td > div.date:before
{
/* IE does not support this
  content: ", ";
*/
}

tbody.comments > tr.comment > td > div.text
{
  margin-top: 4px;
}

tbody.comments > tr.comment > td > div.actions
{
  float: right;
}

tbody.comments > tr.comment > td > div.actions > ul
{
  display: inline;
  padding: 0px;
}

tbody.comments > tr.comment > td > div.actions > ul > li
{
  display: inline;
  list-style-type: none;
}

tbody.comments > tr.comment > td > div.actions > ul > li img
{
  height: 16px;
  width: 16px;
}
