#commentUsername{
	color: orange;
	margin: 12 !important;
	padding-left:10px;
	padding-right:10px;
	text-indent: 0 !important; 
	 background-color:rgba(0, 0, 0, 0.7);
	 width:23%;
	 border-radius: 5px;
	 text-align:center;

}

#commentText{	
	border : 1px solid white;
	width:96%;
margin:10px;
border-radius:5px;	
}

#Addcoment{
	border: 1px solid black;
    border-radius:5px;		
	cursor: pointer;
  margin:10px;
	}
#commentHolder{
  
}
.commentDiv{
     background-color:rgba(0, 0, 0, 0.7);
	 border-radius: 5px;
	 margin:9px;
}
.commentDiv p{
	color :gray;
	margin: 0 !important;
	padding: 0 !important;
}	
