.comment-form input[type=text], .comment-form textarea {
  width: 93%;
}

.comment-list, .comment-list ol {
  padding: 0;
  list-style-type: none;
}

.comment-list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid black;
}

.comment-list li ol li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

.comment-list li ol {
  margin: 20px 0 0 20px;
}

.comment-content {
  word-wrap: break-word;
}

.comment-metadata, .comment-awaiting-moderation {
  font-size: .875rem;
}

.reply a, #cancel-comment-reply-link {
  font-family: Verdana,sans-serif;
  display: inline-block;
  padding: 3px 15px 2px;
  font-size: .75rem;
  text-transform: uppercase;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  background-color: wheat;
  border: 1px solid #214d74;
  border-radius: 128px;
  transition: background .2s ease 0s;

  color: dodgerblue;
}
