<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*body {margin:0;padding:0pt;background-color:#fff; font-size:1em; font-family:verdana, arial, sans-serif;text-align:left;color:#333;}*/
/*p {margin-left:7px;}*/
/** {margin: 0;padding: 0;}*/
.top-bar { display: flex;  background: #0c3ba5;  color: #fff;  padding: 1rem;}
canvas {display: flex; align-content: center; }
.page-info {  margin: 1rem;}
.error {  background: red;  color: #fff;  padding: 1rem;}
h1, h2, h3, h4, h5 {color:#0c3ba5;} /*0c3ba5 457cf8*/
h1 {font-size:28px;margin-bottom:20px;}
h2 {font-size:23px;margin-bottom:10px;}
h3 {font-size:16px; line-height:22px; color:#222;margin-bottom:5px; }
h4 {font-size:14px; line-height:22px; color:#222;margin-bottom:5px;}
h5 {font-size:14px; line-height:12px;margin-bottom:3px; }

.fas {font-size: 16px;color: white;}
button {font-size: 14px;font-weight:bold;color:#0c3ba5;padding:2px;}
.btn:hover {cursor:pointer;}
.navBar {
	display: flex;
	justify-content:center;
	align-items:stretch;
	color: #fff;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}
/*.navBar &gt; div {margin: .2rem .5rem;}*/
.pdf-panel {
	border-radius: 6px;
	border: 1px solid;
	padding: .5rem;
	margin: .3rem;
	align-content: center;
	justify-content: center;
}
.pdf-panel-header {
	background: transparent;
	height: 90px;
	overflow: clip;
}
.loginStatus {
	width: 940px;
}
.pdf-panel &gt; a, p, span {text-align: center; line-height: 1.5em;}
#paper-canvas {display: flex; justify-content: center; align-items: start;}

</pre></body></html>