#translators-table {
	border: 1px solid #CCC;
	border-bottom: none;
	font-family: serif;
	font-size: 10pt;
	color: #000;
	margin: 4px;
}

#translators-table td, #translators-table th {
	text-align: center;
	background-color: #F7F7F7;
	padding: 4px;
	border-bottom: 1px solid #CCC;
}

#translators-table .complete {
	color: #008000;
	font-weight: bold;
}

#translators-table .incomplete {
	color: #C08000;
	font-weight: bold;
}

#translators-table .translator-link {
	white-space: nowrap;
}

#translators-table .translator-name {
	white-space: nowrap;
}