.borderbox {
	text-align: center;
	font-size: 11px;
}

.borderbox section {
	width: 2.6em;
	height: 2.6em;
	display: inline-block;
	vertical-align: middle;
	line-height: 2.6em;
	border-radius: 50%;
	background-color: #66a696;
}

.borderbox section:not(:first-of-type) {
	margin: -0.5em auto 0.3em;
	width: 0px;
	border-top: 1.1em solid rgb(102, 166, 150);
	border-left: 1em solid transparent !important;
	border-right: 1.12em solid transparent !important;
	height: 1px;
	display: block;
	background-color: transparent !important;
}

.borderbox section section {
	width: 1.8em;
	height: 1.8em;
	line-height: 1.8em;
	border-radius: 50%;
	margin-top: 0.36em;
	margin-bottom: 0.35em;
	margin-left: 0.4em;
	background-color: rgb(255, 255, 255);
	display: block;
}