.complexityContainer {
	margin-left: 20px;
}

.complexityInfo_box {
	position: absolute;
	white-space: nowrap;
	margin-right: 21px;
	margin-left: -20px;
}

.complexityInfo_box:before {
	content: "";
	position: absolute;
	top: 2px;
	width: 12px;
	height: 12px;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
}

.complexityInfo_box:after {
	content: "\2717";
	position: absolute;
	top: -1px;
	color: red;
	font-weight: bold;
}

.complexityInfo_box.pw-part-ok {
	color: #AAA;
}
.complexityInfo_box.pw-part-ok:before {
	content: '';
}
.complexityInfo_box.pw-part-ok:after {
	content: "\2713";
	position: absolute;
	top: -6px;
	font-weight: bold;
	font-size: 1.3em;
	color: green;
}

.complexityInfo {
	font-weight: bold;
	margin: 0;
}
