#comments-listing{
	margin: 20px;
}

.comment-item{
	background: #F2F2F2;
	padding: 15px 0px;
	border: 1px solid #E7E7E7;
	border-radius: 4px;
	margin-top: 10px;
}

.comment-user-avatar{
	font-size: 30px;
	border: 1px solid #555;
	border-radius: 50px;
	width: 45px;
	text-align: center;
	display: inline-block;
	vert-align: top;
}

.comment-right-side{
	width: calc(100% - 50px);
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.comment-user-name{
	font-weight: 600;
}

.time-ago{
	color: #A0A0A0;
	font-weight: 500;
}

.comment-description{
	margin-top:10px;
	color: #555;
}

.comment-file{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.comment-file a{
	color: #0074BB;
}

.comment-file a:hover{
	color: #003c74;
	text-decoration: none;
}