main div.comments {
	margin-top: 20px;
}

main div.comments:empty {
	display: none;
}

div.comments header.comments {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

div.comments h2#reply-title {
	display: inline-block;
	position: relative;
	width: 100%;
}

div.comments h2#reply-title > small {
	position: absolute;
	right: 0;
}

div.comments h2#reply-title > small > a {
	font-size: 12px;
	line-height: 20px;
	text-align: right;
	text-transform: none;
	text-decoration: underline;
	color: #ED3424;
	font-weight: 500;
}

div.comments ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.comments ul li .comment-body {
	margin-bottom: 20px;	
}

div.comments ul li .comment-body > .message {
	margin-top: 10px;
	margin-bottom: 10px;
}


div.comments ul li .comment-author a {
	color: rgba(0, 0, 0, 0.75);
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}
div.comments ul li .comment-author > span,
div.comments ul li .comment-author a span:first-child {
	text-transform: uppercase;
	font-weight: 600;
}

div.comments ul li .comment-meta,
div.comments ul li .comment-meta a {
	font-size: 12px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.5);
}

div.comments ul li .comment-body > p {
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.75);
	margin: 10px 0;
}

div.comments ul li .comment-body .reply a {
	font-size: 12px;
	line-height: 20px;
	color: #ED3424;
}

div.comments ul li ul {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 3px solid #ED3424;
}

div.comments ul li div#respond form {
	margin-bottom: 20px;
}

div.comments > div#respond {
	padding-top: 20px;
	border-top: 2px solid #ED3424;
}

form#commentform > p.comment-form-comment {
	width: 100%;
}

form#commentform > p.comment-form-comment > label {
	display: none;
}

form#commentform > p:not(.comment-form-comment) {
	width: 140px;
	margin-right: 10px;
}

form#commentform > p.form-submit {
	margin: 0;
	width: auto;
	margin-top: 45px;
	margin-left: auto;
}