#comments {
	list-style: none;
	padding: 0;
	margin: 0;
}

#comments .children {
	list-style: none;
}

.comment {
	border-left: 1px solid #c80000;
}

.comment .even {
	border-left-color: #D8B000;
}

.comment-body {
	padding :10px 0 10px 10px;
	border-bottom: 1px solid #ddd;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.comment-author img {
	display: block;
	margin-bottom: 4px;
}

.comment-meta {
	margin-left: auto;
	padding-left: 10px;
}

.comment-body p {
	flex-basis: 100%;
}

.reply {
	text-align: right;
	flex-basis: 100%;
}