.comment {
	border-top: solid var(--txt-lighter-clr) 1px;
	margin: 0 1em;
	margin-bottom: 1em;
	word-wrap: break-word;
}

.comment-reply .comment {
	border-top: 0;
	margin-right: 0;
	margin-bottom: 0.5em;
}

.comment-avatar {
	width: 1.6em;
	height: 1.6em;
	border-radius: 4px;
}

.comment-user-name {
	text-decoration: none;
	color: var(--txt-sub-clr);
	margin-left: 1em;
}

.comment-header {
	display: flex;
	align-items: center;
}

.user-info {
	display: inline-flex;
	align-items: center;
	margin: 1em 0;
}

.user-display .user-info {
	position: relative;
	width: 100%;
}

#info-link {
	text-decoration: none;
}

.comment-tail #date,
.comment-tail #cid {
	display: inline-block;
	color: var(--txt-lighter-clr);
	font-size: 0.6em;
}

.comment-tail #date {
	float: right;
}

.comment-tail {
	margin-top: 0.5em;
}

.comment-tail button {
	display: inline-block;
	background: transparent;
	color: var(--txt-lighter-clr);
	border: none;
	font-size: 0.6em;
	margin-left: 2em;
	transition: color 0.5s;
}

.comment-tail button:hover {
	color: var(--link-hover-clr);
}

.comment-area-title {
	margin: 1em 0;
}

.comment-tip {
	margin: 1em;
}

.user-display {
	margin: 1em;
}

#comment-loading {
	margin: 0 auto;
	text-align: center;
}

#anonymous-option {
	position: absolute;
	margin-right: 1em;
	right: 0;
}

#reply-to {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0 0.5em;
	border-radius: 0.2em;
	color: var(--txt-main-clr);
	background-color: var(--reverse-bg-clr);
}

.reply-icon {
	filter: var(--icon-reverse);
	width: 1em;
	height: 1em;
}

#reply-cid {
	color: inherit;
}
