
#comments {
		margin-top: 10px;
	    color: #333;
	    font-size: 14px;
	    position: relative;
	    margin-right: -5px;
	    margin-left: -5px;
	    padding: 10px;
}

#comments li {
	list-style-type: none;
}

#comments li span {
	font-weight: 800;
	color:#333;
}

.tile_div button {
	width: 200px;
}

#comments li span b {
	font-weight: 400;
	color:#333;
	font-style: italic;
	margin-right: 0px;
}

#comments ul ul li {

}
#comments ul {
	padding-left: 0px;
}
#comments li.active ul {
	display: block;
}

#comments .user-comment{
    margin-bottom: 12px;
    color: #858585;
}

.subcommentsbox{
	margin-top: 10px;
    margin-left: 40px;
    padding: 5px!important;
    border-radius: 5px;
}

.commentcontainer{
	background: #f3f3f3;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #f3f3f3;
}

#comments .fa-circle{
	margin-left: 8px;
	margin-right: 8px;
    font-size: 8px;
    opacity: 0.5;
}

.commentpostbtn{
	font-weight: 800;
	color: #333;
}


#messages {
	overflow-y: scroll;
    height: 400px;
}

.messagecontainer{
	background: #f3f3f3;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #f3f3f3;
	align-self: left;
}

.replies{
	display: block;
}

.submessagesbox{
	display: block;
	margin-top: 10px;
    margin-left: 40px;
    padding: 5px!important;
    border-radius: 5px;
}

.submessageslists{
	display: block;

}