<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	width: 100%;
}

.container{
	text-align: left;
	margin: auto;
	width: 650px;
	padding: 20px;
}

h2{
	border-bottom: 3px solid #1978BE;
	padding-bottom: 5px;
}

h3{
	border-left: 5px solid #1978BE;
	padding: 13px 10px 10px;
	background: #F7F7F7;
}

.item{
	margin-top: 45px;
}

.item a:before{
	content: "\f0da";
	font-family: FontAwesome;
}
.pdf:before{
	content: "\f1c1";
	font-family: FontAwesome;
	color: #D93437;
	margin-left: 5px;
}
</pre></body></html>