table.teamoutlook td {
	position:relative;
}
table.teamoutlook div {
	position:absolute;
}
table.teamoutlook th {
	width:236px;
	max-width:236px;
	text-align:right;
}
table.teamoutlook div.measurevalue {
	left:0;
	right:0;
	top:0;
	bottom:0;
	padding-right:2px;
}
table.teamoutlook div.measurebar {
	left:0;
	top:2px;
	bottom:2px;
	text-align:right;
	font-size:.8em;
	font-weight:bold;
	background-color:#cfd5ea;
}
table.teamoutlook div.comp {
	left:0;
	top:0;
	bottom:0;
	border-right:dotted 1px black;
}
table.teamoutlook td.compbar > div {
	border-left:solid 1px black;
}
table.teamoutlook td.compline {
	height:12px;
}
table.teamoutlook td.compline > div {
	border-left:solid 1px transparent;
}
table.teamoutlook td.complabelcontainer {
	height:12px;
}
table.teamoutlook div.complabelcontainer {
	right:0;
	bottom:0;
}
table.teamoutlook div.complabelcontainer div.complabel {
	width:160px;
	top:100%;
	right:-16px;
	font-size:.6em;
	text-align:right;
}
