table.project-issue td {
	padding: 0.5em 5px;
}

table.project-issue tr.priority-1 {
	font-weight: bold;
}

/* new */
table.project-issue tr.state-1 {
	background-color: #ffdddd;
}

/* needs work */
table.project-issue tr.state-13 {
	background-color: #ffeedd;
}

/* needs review */
table.project-issue tr.state-8 {
	background-color: #ffffdd;
}

/* ready to commit */
table.project-issue tr.state-14 {
	background-color: #eeffdd;
}

/* fixed */
table.project-issue tr.state-2 {
	background-color: #ddffdd;
}

/* duplicate */
table.project-issue tr.state-3 {
	background-color: #eeeeee;
}

/* postponed */
table.project-issue tr.state-4 {
	background-color: #ffeedd;
}

/* won't fix */
table.project-issue tr.state-5 {
	background-color: #eeeeee;
}

/* by design */
table.project-issue tr.state-6 {
	background-color: #eeeeee;
}

/* closed */
table.project-issue tr.state-7 {
	background-color: #ffffff;
}


div.project-issue div.summary td {
	padding: 0.25em 5px;
}

div.project-issue div.summary table {
	border: 1px solid #ccddcc;
	margin: 1em 0;
}