@CHARSET "ISO-8859-1";
/* ------------------------------------------------------------- */
/* ----------------------------Print.css------------------------ */
/* Use these elements to format bootstrapped pages for printing  */
/* Overrides default bootstrap behavior on nav pill and <a href> */
/* link values displaying on print preview and print             */
/* ------------------------------------------------------------- */

/* to not print nav-pills */
.nav-pills {
	display: none !important;
}


/* to not print values of <a href links> */
a[href]:after {
		content: "" !important;
}
