.widget_comments {
	border-radius: 3px;
	border: 1px solid #bababa;
	margin-bottom: 10px;
	padding: 5px;
}

.widget_comment header {
	display: flex;
}
.widget_comment_user_thumbnail {
	width: 42px;
}
.widget_comment_info {
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.2em;
}
.widget_comment_author {
	font-weight: 900;
}
.widget_comment_date {
	font-size: 0.9em;
}

.widget_comment_content {
	position: relative;
	background: #434343;
	padding: 5px;
	text-align: left;
	color: #ffffff;
	font-size: 0.9em;
	display: -webkit-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.widget_comment_content:after {
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(67, 67, 67, 0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-width: 10px;
	margin-left: -10px;
	border-bottom-color: #434343;
	bottom: 100%;
	left: 46px;
}

.widget_comment_title {
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 0.8em;
	margin-right: 10px;
	white-space: nowrap;
	overflow: hidden;
}
.widget_comment_title div {
	height: 24px;
	margin-top: 5px;
}
.widget_comment_title svg {
	width: 24px;
	height: 24px;
}
