.commentlist {
  list-style: none;
}
.commentlist .comment-body {
  background: #dee0e3;
  padding: 10px;
}
.commentlist li {
  list-style: none;
}
.commentlist .comment-author {
  margin-bottom: 4px;
}
.commentlist .fn,
.commentlist .says {
  font-size: 1.2em;
  bottom: 8px;
  position: relative;
}
.commentlist .children {
  list-style: none;
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.commentlist p {
  margin-top: 10px;
  font-size: 1em;
  line-height: 1em;
}
