.leader-dots {
    overflow-x: hidden;
	li:before {
		float: left;
		width: 0;
		white-space: nowrap;
		content:
		". . . . . . . . . . . . . . . . . . . . "
		". . . . . . . . . . . . . . . . . . . . "
		". . . . . . . . . . . . . . . . . . . . "
		". . . . . . . . . . . . . . . . . . . . ";
	}
	span:first-child {
		padding-right: 0.33em;
	}
	span + span {
		float: right;
		padding-left: 0.33em;
	}
	span:first-child,
	& span + span {
		background-color: var(--global_color-background);
	}
}

