label.required {
	font-weight: bold;
}
label.required:after {
	content: '*';
}

.n9title {
	font-size: 2.00rem;
	margin-bottom: 1.00rem;
}

.nav-link-back {
	color: #343a40 !important;
}
.nav-link-permalink {
	color: #f4063e !important;
}

.n9-gutters {
	margin-right: 0;
	margin-left: 0;
}
.n9-gutters > .col, .n9-gutters > [class*=col-] {
	padding-left: 0;
	padding-right: 5px;
}
.n9-gutters > .col:first-child, .n9-gutters > [class*=col-]:first-child {
}
.n9-gutters > .col:last-child, .n9-gutters > [class*=col-]:last-child {
	padding-right: 0;
}

.breadcrumb {
	padding:.5rem 1rem;
}
