<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input:focus,
select:focus,
textarea:focus,
a:focus,
li:focus,
label:focus {
	outline: 0 none;
}
body {
	background: #fff;
}
a {
	color: #215fab;
	text-decoration: none;
}
#wrap #wrap_head,
#wrap_wide #wrap_head,
.breadcrumbs,
.content_head .desc,
.navbar,
.toggle input,
.remodal-close{
	display: none;
}
#body{
	max-width: 99%;
	font-size: 90%;
}
#wrap_wide #body{
	position: static;
}
.content_body{
	clear: both;
	background-color: transparent;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}
.tooltipster-base {
	display: none;
}
/*
@media only screen and (min-width: 40.063em){
	.remodal{
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
}
.remodal_lock,
.remodal_active,
.remodal-bg,
.remodal-overlay {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}
.remodal{
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.remodal h2{
	color: #222;
	background-color: transparent;
	padding-left: 0;
}*/</pre></body></html>