/***** MESSAGES *****/

dl {
	border: 1px solid #d7d7d7;
	margin: 0;
}
dt {
	background-color: #f6f6f6;
	border-top: 1px dotted #d7d7d7;
	cursor: pointer;
	padding: 10px 20px;
}
dd {
	display: none;
	padding: 20px 20px;	
}
dd p:first-child {
	margin-top: 0;
}

dt.unread {
	background-color: #ebede8;
	font-weight: bold;
}
dt.unread .text {
	font-weight: normal;
}

/***** COMMENTS *****/

.comments blockquote {
	border-top: 1px dotted #d7d7d7;
	padding-bottom: 1em;
}
.comments blockquote:first-child {
	border-top: none;
}
.comments address {
	font-weight: bold;
	font-style: italic;
}
.comments time {
	font-style: italic;
	font-size: 80%;
}
.comments .answer {
	border-left: 2px solid #d7d7d7;
	margin-left: 1em;
	padding-left: 1em;
	opacity: 0.7;
}
