#contribute_section div.windowbg
{
	margin-bottom: 1em;
}
#about_section div.windowbg
{
	margin-bottom: 1em;
}
#team_section
{
	width: 550px;
	margin: 0 auto;
}
#team_section div.windowbg
{
	margin-bottom: 2em;
}
#team_section .team_group_title
{
	font-size: 1.5em;
	line-height: 1.5em;
}
#team_section .team_content
{
	min-height: 90px;
	padding-left: 2em;
}
#team_section .team_content span
{
	font-size: 1.4em;
}
#team_section .team_content li
{
	line-height: 1.5em;
}
#team_section .team_avatar
{
	float: right;
}
#team_section table
{
	width: 100%;
}
#team_section td
{
	padding: 0.1em;
}
.issue_new
{
	background-color: #FFCCCC;
}
.issue_feedback
{
	background-color: #FF50A8;
}
.issue_confirmed
{
	background-color: #FFFFB0;
}
.issue_assigned
{
	background-color: #C8C8FF;
}
.issue_resolved
{
	background-color: #CCFFCC;
}
.issue_closed
{
	background-color: #E8E8E8;
}