.comments .comment-removed {
	opacity: 0.6;
}

.comments .comment {
	padding-top: 10px;
	padding-bottom: 10px;
}

.comments .comment:hover {
	background-color: #55555533;
	border-radius: 5px;
}

.comment-avatar {
	width: 50px;
}

.comment-img {
	margin-right: 10px;
	display: inline-block;
	float: left;
}

.comment-body {
	overflow: hidden;
}

.comment-info {
	display: flex;
	flex-direction: row;
}

.comment-username {
	flex-grow: 1;
}

.comment-actions,
.comment-actions form {
	float: right;
}

.comment-actions .btn {
	margin-left: 5px;
}

.comment-publish ul.comment__reply__actions__list {
	display:inline-block;
	padding-left: 0px;
}

.comment-publish ul.comment__reply__actions__list li {
	display:inline-block;
	margin-right: 10px;
	width: 15px;
}

.comment-publish .container {
	margin: 0px;
	padding: 0px;
	width: auto;
}

.comment-publish textarea {
	height: 100px;
}

.comment-publish .comment__reply__actions__publish {
	display: inline-block;
	float: right;
	width: auto;
	line-height: 25px; /* Don't really know why da fuck I have to use a value of 25px */
	height: 36px;

	/* btn */
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 8px 30px;

	/* btn-primary */
	background: #F85A16;
	color: #fff;
	border: 2px solid #F85A16 !important;

	/* btn-slim */
	padding: 5px;
	margin: 0px;
	min-width: 35px;
}

.comment-publish .reply-button:hover,
.comment-publish .reply-button:focus,
.comment-publish .reply-button:active {
	background: #f96c2f !important;
	border-color: #f96c2f !important;
}
