.content {
	/* Move the content up from default 3rem to 1.5rem */
	margin-top: 1.5rem !important;
}
.xray-menu-spacer {
	height: 10px;
}

.strong {
	font-weight: bold;
}

.hand {
	cursor: pointer;
}

ol.breadcrumb {
	margin-bottom: 0.5rem !important;
}

li.breadcrumb-item {
	background: #6e9bc1 !important;
	border: solid 1px #6e9bc1 !important;
	border-radius: 5px !important;
	margin-right: 10px !important;
	padding-left: 0 !important;
	padding: 5px 10px 5px 5px !important;
	text-align: center !important;
	color: #fff !important;
	cursor: pointer !important;
}

li.breadcrumb-item:before {
	content: "" !important;
}

li.breadcrumb-item:hover {
	transform: scale(1.05) !important;
	transition: 0.1s ease-in-out !important;
	border: solid 1px #eee !important;
}

li.breadcrumb-item a {
	color: #fff !important;
}

li.breadcrumb-item a:hover {
	text-decoration: none !important;
}

.display-0 {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1;
	font-family: Jost, -apple-system, BlinkMacSystemFont, Segoe UI,
		Helvetica Neue, Arial, sans-serif;
}
