.projects_list
{
	display: block;
	float: left;
	font-size: 13px;
}
.total
{
	
	font-size: 13px;
}
.count_wd
{
	margin-top: 8px;
}
.count_ip
{
	margin-top: 8px;
}
.number
{
	display: inline;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.proj_stats
{
	width: 480px;
	float: left;
	text-align: left;
	font-size: 13px;
}

.cls
{
	clear: both;
}
.fldtxt
{
	display: block;
	width: 150px;
	float: none;
	font-size: 13px;
	font-weight: bold;
}
.blc
{
	display: block;
	margin: 10px 0 20px 20px;
	font-size: 13px;
}
.proj_title
{
display: block;
float: left;

width: 100%;
margin-top: 20px;
margin-bottom: 5px;
font-size: 16px;
}
.name
{
	font-weight: bold;
}
#points
{
	display: block;
	font-size: 13px;
}
#points tr:hover, #points tr:hover td
{
	color: #fff;
	background: rgb(102, 102, 153);
}
#points tr
{
	border-bottom:0px;
}

#points tr input
{
	text-align:center;
	width: 54px;
	height: 18px;
	margin: 0px auto;
	background: #eee;
	border: 0;
	font-size: 12px;
	
}
#points tr input:focus
{
	background: #fff;
}
#points tr td
{
	height: 16px;
}
.max
{
	text-align: center;
	font-weight: bold;
}
.ko td
{
	background: #ccc;
}
