#content .lab_progress_bar:after {
	clear:none;
}

.bullet-list,
.bullet-list > li {
	list-style: disc;
	list-style-type: disc;
}

.info-icon {
	border: 2px solid #609e48;
	border-radius:100%;
	box-sizing: border-box;
	color: #609e48;
	display: inline-block;
	font-family: "Times New Roman";
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
	line-height: 14px;
	height: 18px;
	padding: 0 1px 0 0;
	text-align: center;
	width: 18px;
}

.info-icon:before {
	content: 'i';
}