.recent_comments ul {
	list-style-type: none;
	margin-left: 0;
}

.recent_comments li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #333;
	display: flex;
}

.recent_comments .thumb {
	max-width: 50px;
}

.recent_comments .content {
	padding-left: 15px;
}

.recent_comments .author {
	margin-bottom: 5px;
	line-height: 1;
}

.recent_comments .author a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.recent_comments .date {
	margin-bottom: 5px;
	font-size: 12px;
}

.recent_comments .message {
	margin-bottom: 0;
}