.bcu {
	display: block;
	margin-bottom: 1rem;
}

.bcu .separator {
	content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    vertical-align: middle;
    background: rgb(124, 124, 124);
    border-radius: 4px;
    margin: 0px 10px;
}

.bcu a {
	text-decoration: none!important;
}

.bcu .element {
	font-size: 12px;
	color: #222;
}

.bcu .last-element {
	font-weight: bold;
}