.comment-wrapper {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.comment-author-name {
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	margin: 0 2px 0 0;
	display: inline-block;
	line-height: 20px;
}

.comment-date {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
}

.comment-avatar {
	float: left;
	width: 100px;
}

.comment-content.with-avatar {
	margin-left: 100px;
	min-height: 100px;
}

.comment ul.children {
	margin-left: 0;
	list-style: none;
}

.comment ul.children li.comment {
	margin-left: 100px;
}

.comment ul.children li.depth-4 li,
.comment ul.children li.depth-4 {
	margin-left: 0;
}

.commentlist > li:last-child li:last-child .comment-wrapper {
	border: none;
	margin: 0;
}

.comment-link {
	margin: 0;
}

.comment.pingback p {
	padding: 15px;
}

.comment.bypostauthor .comment-wrapper {
	padding: 10px;
	margin-bottom: 20px !important;
}


.comment-form-author,
.comment-form-email,
.comment-form-url {
	display: inline-block;
	width: 31%;
	margin-right: 2.5%;
	position: relative;
}

.comment-form-url {
	margin-right: 0;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	width: 100%;
}

.comment-form-comment {
	position: relative;
}

.form-allowed-tags code {
  font-size: 11px;
  line-height: 130%;
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-boz-sizing: border-box;
  display: block;
}