#master-comment-message {
	height: 55px;
}.comment-avatar {
	width: 50px;
	height: 45px;
	background-color: #ECECEC;
	border: 1px solid rgba(179,179,179,1.00);
	border-radius: 5px;
	text-align: center;
	padding-top: 5px;
	max-width: 100%;
}
#comments-container {
	font-size: 14px;
	line-height: 20px;
}

.comment-reply {
	color: #34aac2;
	cursor: pointer;
}
.comment-reply:hover {
	color: #000000;
}
