<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 18px;
    font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1rem;
	font-size: 1rem;
    line-height: 180%;
    color: #4d4d4d;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */
    height: 100%;
    max-height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
    max-height: 550px;
	box-sizing: border-box;
	overflow: hidden;
    height: 100%;
}

body.lightboxinfo {
    overflow: auto;
}

.scrollable {
	overflow-y: auto;
    padding: 15px;
    max-height: 542px;
    height: 100%;
    box-sizing: border-box;
    margin: 0;
}

p a {
    color: #333;
    transition: color .3s ease;
    font-weight: bold;
}

p a:hover {
    color: #f55500;
}

.external-link {
    position: relative;
    padding-right: 40px;
    display: inline-block;
    text-decoration: none;
}

.external-link:after {
    position: absolute;
    right: 0;
    top: -5px;
    content: '\2192';
    font-size: 175%;
    font-weight: bolder;
    transform: scaleY(1.5) scaleX(.8);
}</pre></body></html>