/*
CSS needed by the framework for ED:POST (Wall)
*/
/*
wallPost comment list
*/
.inputs.postcommentlist {
	padding:0px;
	width: 100%;
	border: 0px;
}

/*
wallPost comment
*/
.postcomment{
	padding:0px 0px 0px 0px;
	border-spacing: 0px;
	border-top: 0px;
	border-right : 0px;
	border-bottom : 1px solid #e9e9e9;
	border-left: 0px;
	margin-bottom:-2px;
}

.postcomment.edisremovable {
	padding-left:0px !important;
}

.postcomment.mouseover {
	/*padding:0px 0px 0px 0px;
	border-spacing: 0px;
	border: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #40bfdc; 
	margin-bottom:-2px;*/
	background-color: white;
}

.postcomment span, .postcomment.mouseover span {
	display:inline-block;
}

.postcomment .date {
	font-size: 10px;
}

.postcomment .comment {
	white-space: nowrap;
}

.postcomment .actor {
	font-weight: bold;
}

.postcomment .avatar {
	width: 46px;
	vertical-align: middle;
}

.postcomment .avatar img {
	border:1px solid white;
	width: 44px;
	max-height: 40px;
}

/*
Others
*/
.commentsZone {	
	height: 100%;
}