@charset "UTF-8";

/*comment rcomment*/
.comment {
	margin-top:10px;
	margin-bottom:30px;
	clear:both;
}

.comment .subject { 
	font-size: 95%; 
	font-weight:bold;
	border-bottom: 2px solid #ccc;
}

.comment .body { 
	font-size: 90%; 
	line-height: 1.6em; 
	white-space: pre-wrap; 
	margin-top: 10px;
	clear: both; 
/*	white-space : pre ;*/
	white-space : -moz-pre-wrap; /* Mozilla */
	white-space : -pre-wrap;     /* Opera 4-6 */
	white-space : -o-pre-wrap;   /* Opera 7 */
	white-space : pre-wrap;      /* CSS3 */
	line-break : strict ;
	line-height: 1.6em;
	word-break : break-all ;
	word-wrap : break-word;      /* IE 5.5+ */
}

.comment .handle { 
	font-size: 85%;
	margin-top: 5px;
}

.comment .date { 
	margin-left:20px 
}

.commentdivider { 
	display:none;
}
