b.company-profile-name
,b.company-profile-ticker
,b.company-profile-category {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	whites-space: nowrap;
	overflow: hidden;
}

b.company-profile-name {
	width: 59%;
	font-weight: bold;
}

b.company-profile-ticker {
	width: 25%;
}

b.company-profile-category {
	width: 13%;
}
