.bcu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 1rem;
	list-style: none;
	padding: 0;
}

.bcu .separator {
	color: #999;
	margin: 0 .5rem;
}

.bcu a {
	text-decoration: none!important;
}

.bcu .element {
	font-size: 12px;
	color: #222;
}

.bcu .last-element {
	font-weight: bold;
}