<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS overrides to enable printing of basic web pages */

/* General Overrides */
html {
	filter: none;	/* prevent IE9 from printing bg */
}

/* WebFont overrides */
div#userinfo {
	font-family: sans-serif; /* ProximaNova-Light */
}
div#banner_title {
	font-family: sans-serif; /* 'ProximaNovaT-Thin' */
}
#content .grid_4 h2{
	font-family: sans-serif; /* 'ProximaNova-Semibold'; */
}
#report_container h2, #report_container h1{
	font-family: sans-serif; /* 'ProximaNova-SemiBold'; */
}
h2#reportlabel{
	font-family: sans-serif; /* 'ProximaNova-SemiBold'; */
}
h2#reportlabel span{
	font-family: sans-serif; /* ProximaNova-light; */
}
#site_title {
	font-family: sans-serif; /* 'ProximaNova-SemiBold'; */
}
p.tagline {
	font-family: sans-serif; /* ProximaNova-Light; */
}
.persona h3 {
	font-family: sans-serif; /* ProximaNova-SemiBold; */
}
#explore_button,
div.view_report_button {
	font-family: sans-serif; /* ProximaNova-SemiBold; */
}
#target_header h1{
	font-family: sans-serif; /* 'ProximaNova-Light'; */
}
li.multiline_tab a {
	font-family: sans-serif; /* 'ProximaNova-SemiBold'; */
}
.tab_description {
	font-family: sans-serif; /* 'ProximaNova-Light'; */
}
h2.target_name {
	font-family: sans-serif; /* 'ProximaNova-Light'; */
}
.tab_col1 h2 span{
	font-family: sans-serif; /* ProximaNova-Light; */
}
.login.search h2 {
	font-family: sans-serif; /* ProximaNova-SemiBold; */
}

/* IE7 Print Overrides */
.perf-row-item {
	*margin-top: -1px;
	*margin-bottom: -4px;
}</pre></body></html>