.projName {
	width:42%;
	max-width: 180px;
	float:left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.projDesc {
	width: 58%;
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.nooverflow {
	width: 80%;
	float: left;
	overflow: hidden; 
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.nowrap {white-space: nowrap;}