#comments {
  margin: 20px 0;
  border-bottom: 1px dashed #c2c2c2;
  }
  #comments div.comment {
    border-top: 1px dashed #c2c2c2;
    padding: 8px 0;
    }
    #comments div.comment h3 { font-size: 11pt; }
    #comments div.comment p { overflow: hidden; }
    #comments div.comment div.quote {
      float: right;
      font-style: italic;
      }
      #comments div.comment.deleted { background-color: #f0f0f0; }
