
#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;
}

#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;
}

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

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

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