ul.comments {
  list-style: none;
  padding: 0;
}
li.depth0 {
  margin-left: 0;
}
li.depth1 {
  margin-left: 20px;
}
li.depth2 {
  margin-left: 40px;
}
li.depth3 {
  margin-left: 60px;
}
li.depth4 {
  margin-left: 80px;
}
.row {
	display: flex;
}
.row > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.reply-comment {
  padding: 0;
  margin-right: 3rem;
}
.upvotes, .downvotes {
	text-decoration: none;
	margin-right: 3rem;
}
.upvotes:hover {
	color: lightgreen;
}
.downvotes:hover {
	color: red;
}

.moment-ago {
	font-size: 0.8em;
}

.comment-name {
	font-size: 1em;
}
.comment-id {
	font-size: 0.7em;
}
.comment-separator {
	border-top: 1px solid grey;
}
.clear-comments {
	font-size: 0.4em;
}
.clear-comments:hover {
	color: red;
}
