
.noprint {
	display: none;
}

/* remove printing of href after the links */
a[href]:after {
	content: none !important;
}

.breadcrumb {
	width: 100%;
	margin-bottom: 30px;
}
.breadcrumb li {
	display: none;
}
.breadcrumb li.active {
	display: block;
}