
.articleComment { 
	margin : 5px 0 0px 0;
	padding : 5px;
	min-height : 100px;
	height:auto !important;
	height:100px;
} 

.articleCommentGravatar { 
	margin : 2px 10px 4px 4px;
	float : left;
}
.articleCommentGravatar img
{
 border: 1px solid gray;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;
width:64px;
}

.articleCommentContent {
    text-align: left;
    padding:0px 5px 10px 5px;
display:table-cell;
}

.articleCommentAuthor { 
font-weight:bold;
} 
.articleCommentAuthor a { 
text-decoration:none;
color:#4F4F4F;
} 
.articleCommentAuthor a:hover { 
text-decoration:none;
color:#808080;
} 

.articleCommentDate { 
font-size:.8em;
font-style:italic;
line-height:22px;
margin-left:15px;
} 

.articleCommentText
{
font-size: 8pt;
display: table;
}