@charset "utf-8";

#breadcrumbs > li {
	list-style-type: none;
	display: inline;
}

#breadcrumbs > li:not(:first-of-type)::before {
	content: "→";
}
