  .breadcrumbs {
	position: absolute;
	z-index: 2;
	right: 0;
	background: #ffcd00;
	border-bottom-left-radius: 0.25rem !important;
	box-shadow: black 1px 0 4px;
	font-size:0.75rem;
}

.main-content {
	padding: 0rem 1rem !important;
}

.page-header {
			padding: 0 !important;
		}

@media only screen and (max-width: 600px) {
	.main-content {
		padding: 1.25rem 1rem !important;
	}
}




