p.navbar-item:empty {
	display: none;
}

.breadcrumb a {
	color: #cc0f35;
}


.help {
	font-size: 1rem;
}

table.table td {
	vertical-align: middle;
}

nav.breadcrumb.is-fixed-top {
	left: 0;
	position: fixed;
	right: 0;
	z-index: 30;
	top: 3.25rem;
}

main.has-top-padding {
	padding-top: 3rem !important;
}

.has-text-centered {
    text-align: center;
    margin: 0 1em;
}