ul.leaders {
	padding-top: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #165d94;
	max-width: 30em;
	padding-bottom: 3px;
	overflow-x: hidden;
	list-style: none;
}

ul.leaders li {
	padding-bottom: 7px;
}

ul.leaders li:before {
	float: left;
	width: 0;
	white-space: nowrap;
	content:
			". . . . . . . . . . . . . . . . . . . . "
			". . . . . . . . . . . . . . . . . . . . "
			". . . . . . . . . . . . . . . . . . . . ";
}

ul.leaders span:first-child {
	padding-right: 0.16em;
	background: white;
}

ul.leaders span + span {
	float: right;
	padding-left: 0.13em;
	background: white;
}
