﻿.breadcrumbs-container { background-color:lightgrey; padding-left:12px; padding-right:12px; overflow:hidden}



.Breadcrumbs { max-width: 940px; margin-left: auto; margin-right: auto; font-size: 13px; margin-top:5px; margin-bottom:5px; }


.Breadcrumbs a {text-decoration:none; color:rgba(0,0,0,0.5);}


	.Breadcrumbs > *:not(:last-child)::after { content: ' > '; color: rgb(109,64,157); font-weight:bold }

	.Breadcrumbs a:hover {text-decoration:underline}


	.Breadcrumbs[data-count="1"] {display:none}