
/*--------------------------------------------------*/
/*	OVERRIDES
/*--------------------------------------------------*/



/*--------------------------------------------------*/
/*	GENERAL
/*--------------------------------------------------*/

ul.breadcrumb > * {
	display: inline-block;
}

ul.breadcrumb > *:nth-child(n+2):before {
	content: ">";

	width: 30px;
	height: 100%;

	margin-right: 5px;
}

ul.breadcrumb a:hover,
ul.breadcrumb a:focus {
	text-decoration: underline;
}
