<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	#005395
	#4778B0
	#7691BE
*/

/*
body {
    margin: 0px;
    padding: 0px;
    background-color: grey;
    font-family: arial;
}
*/
#page {
	background-color: white;
    margin: auto;
	width: 90%;
	max-width: 1000px;
}

div.center {
	margin: auto;
	text-align: center;
}

div.center div {
	text-align: left;
}

/*
header {
	background-color: #005395;
	color: white;
}
*/

header, #body, footer {
	padding: 8px 16px;
}

header {
	padding: 8px;
	background-color: gainsboro;
	margin-bottom: 16px;
	border-bottom: 1px solid grey;
    border-left: 1px solid grey;
	border-right: 1px solid grey;
	border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

footer {
	color: silver;
	font-size: .75em;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#content, footer {
	margin-top: 16px;
}

h2 {
	color: #005395;
}

h3 {
	color: #4778B0;
}

dt, footer .font-weight-bold {
	color: #7691BE
}

dt {
	margin-top: 16px;
}

nav a.active {
	font-weight: bold;
}

#body {
	background-color: white;
}

label {
	color: #4778B0
}

footer &gt; span.font-weight-bold, span.lightShade {
	color: #7691BE;
}

i {
	margin-right: 8px;
}

.embedded {
	margin: 8px 16px
}

.polaroid {
	padding: 8px;
	display: inline-block;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.polaroid .portrait {
	width: 150px;
	height: 150px;
}

.polaroid .caption {
	height: 30px;
	font-style: italic;
	text-align: center;
}

.polaroid .landscape {
	height: 150px;
	width: 250px;
}

.note {
	color: grey;
	font-style: italic;
}

footer a, footer a:hover {
	color: silver;
}

.tt {
	position: relative;
	display: inline-block;
}
  
.tt .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: rgba(0, 0, 0, .75);
	color: #ffffff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	margin-left: 10px;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
}
  
  .tt:hover .tooltiptext {
	visibility: visible;
}

#media-page .table td { vertical-align: middle; }
#media-page .media-icon { font-size: 2em; }
</pre></body></html>