<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin-top: 10px;
    margin-bottom: 20pt;
    margin-left: 50px;
    margin-right: 50px;
    font: 11pt Helvetica, sans-serif;
}

body&gt;* {
    width: 728px;
}

body&gt;ul&gt;li {
    width: 700px;
    margin-bottom:5px;
}

p, body&gt;ul&gt;li {
    line-height: 1.5em;
}


div.page-header {
    padding-bottom: 7px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 10pt;
}

div.hr {
    height: 1px;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.page-header-login {
    display: inline-table;
    float: right;
}

div.page-header-nav {
    float: left;
}

div.site-map {
    border-top: 1px solid #ccc;
    padding-top: 7px;
    margin-top: 20px;
    font-size: 10pt;
}

div.site-map &gt; div {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

div.site-map ul {
    padding-left: 10px;
    list-style-type: none;
    margin: 0px;
}

span.screenshot {
    display: block;
    position: relative;
    margin-top: 10px;
    height: 450px;
}

span.screenshot&gt;img {
    border: none;
}

span.screenshot&gt;div {
    position: absolute;
    top: 200px;
    width: 728px;
    text-align: center;
}

span.screenshot&gt;div&gt;div {
    color: #ffffff;
    display: inline-block;
    padding: 3px;
    opacity: 0.6;
    background-color: #000000;
}


table.screenshots {
    border: none;
    border-collapse: collapse;
    margin-top:10px;
}

table.screenshots td {
    text-align: center;
    padding-right: 6px;
    max-width: 182px;
}

table.screenshots td &gt; span {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-right: 20px;
    max-width: 175px;
}

table.screenshots td &gt; a:first-child &gt; img {
    width: 176px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 40px;
}

h2 {
    margin-top: 70px;
    margin-bottom: 20px;
}

h3 {
    margin-top: 70px;
    margin-bottom: 10px;
}

.link-with-icon {
    position: relative;
    margin-left: 5px;
}

.link-with-icon&gt;span {
    padding-left: 18px;
}

.link-with-icon&gt;img {
    border: none;
    position: absolute;
    top: 1px;
    width: 16px;
    height: 16px;
}

a:link, a:visited {
    color: #00c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


table td {
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 10px;
}

table th {
    text-align: left;
}

div#modal {
    display:none;
    position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
    background: rgba(1,1,1,0.5);
}


div#modal &gt; h1 {
    position:fixed;
    top: 20vh;
    left: 0px;
    padding:50px;
    width:100%;
    background-color:white;
    opacity: 0.80;
}</pre></body></html>