/* top-user-number */
.t-u-n {
	padding: 0;
	margin: 0;
	width: 20px;
	float: left;
	/* background: #cff; */
}		 
		 	
/* top-user-login */
.t-u-l {
	padding: 0;
	margin: 0;
	width: 90px;
	float: left;
	/* background: #ffc; */
}

/* top-user-rating */
.t-u-r {
	padding: 4px 0;
	margin: 0;
	text-align: right;
	float: left;
	/* background: #fcf;  */
}

/* top-project-vacancy-column */

.t-pv-col-1 {
	width: 70%;
	/* background: #caf; */
	float: left;
	
}

.t-pv-col-2 {
	width: 5%;
	/* background: #cbf; */
	float: left;
}

.t-pv-col-3 {
	width: 25%;
	/* background: #cbf; */
	float: left;
}


/* budget-value */
.b-v {
	font-size: 14px;
	line-height: 18px;	
	color: #f90;
}

/* customer-value */
.c-v {
	font-size: 14px;
	line-height: 18px;	
}

/* bids-value */
.bi-v {
	font-size: 14px;
	line-height: 18px;	
}