.body-wrapper {
	margin-top:1em!important;
}
.breadcrumbs {
	background-color: rgb(240, 240, 240);
	width: auto;
	display: table;
	border-radius: 3px;
	border: 1px solid rgb(199, 199, 199);
	margin-left: 1.5em;
}
.breadcrumbs>h4 {
	padding: .3em;
	margin: 0!important;
}
@media (min-width: 0px) and (max-width: 768px) {
.body-wrapper {
	margin-top:0px!important;
}
.breadcrumbs {
	display: block!important;
	margin: 0px!important;
	border-radius: 0px!important;
	background-color: rgb(56, 56, 56)!important;
	box-shadow: inset 0 -4px 0px -2px rgb(190, 190, 190);
}
.breadcrumbs>h4 {
	color: rgb(228, 226, 226);
	text-shadow: 1px 1px 1px rgb(26, 26, 26);
}
}