.sff-comments-list ul,
.sff-comments-list ul li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.sff-comments-list ul li
{
  border-bottom: 1px solid #efefef;
}
.sff-comment
{
  position: relative;
  font-size: 0.9em;
  padding-left: 50px;
  margin-top: 2em;
}
.sff-comment .author .picture img
{
  margin: 0px;
  padding: 0px;
}
.sff-comment .author .picture
{
  position: absolute;
  left: 0px;
}
.sff-comment .time a
{
  color: #aaa;
  font-weight: normal;
  padding-left: 1em;
}
.sff-comment .time a:hover
{
  text-decoration: none;
}
.sff-comment .text
{
  padding-bottom: 1em;
}
