<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.desktop { display: none; }
.tab { display: none; }
.mobi { display: inherit; }

body {
	font: normal .85em Arial, Helvetica, sans-serif;
	background: url(../images/pgBg.jpg) 0 0 no-repeat;
    background-size: cover;
}
#wrapperMain {
	margin: auto;
	position: fixed;
	top: 0%;
	right: 0%;
	text-align: center;
}
#wrapperMain img {
	max-width: auto;
}</pre></body></html>