/**
* CSS for doc_team.php
*
* @package Site
* @subpackage CSS
* @author Pavel "Papi" Jartsev <papi@digitalfruit.ee>
* @filesource
*/

#team
{
	margin-top: 20px;
	width: 100%;
}
#team td
{
	padding: 0 10px 20px 0;
	vertical-align: top;
	width: 80%;
}
#team td.name,
#team td.phone
{
	width: 10%;
	white-space: nowrap;
}
#team td.name
{
	font-weight: bold;
}
