#issue_title, 
#issue_body {
	width: 650px;
}

.table .body h3 .description {
	float: right;
	font-size: 13px;
	color: #777;
	font-weight: normal;
}

.table .body ul.group {
	background: #fff;
	border: 1px solid #DDE3E2; 
	padding: 0;
	margin: 14px 0 0;
	list-style: none;
	list-style-image: none;
}

.table .body ul.group h4 {
	margin: 0;
	font-weight: normal;
	position: relative;
	top: -11px;
	font-size: 13px;
}

.table .body ul.group li {
	list-style: none;
	list-style-image: none;
	border-top: 1px solid #ddd;
	padding: 4px 4px 4px 10px;
}

.table .body ul.group li a {
	color: #74908B;
}

.table .body ul.group li.first {
	border: none;
}

.table .body ul.group .author,
.table .body ul.group .date {
	float: right;
	color: #555;
	font-size: 12px;
}