table.comments {
	width: 100%;
}

table.comments td {
	vertical-align: top;
	padding: 0.3em;	
}

table.comments td.time {
	white-space: nowrap;
	color: #666;
}

table.comments td.nickname {
	white-space: nowrap;
	padding: 0.3em 0.5em;
}

table.comments td.comment {
	width: 100%;
}

