<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

.inlinepart { display: inline; position: relative; float: left }
.hidden { position: absolute; top: -99999px; left: -99999px }
.toLeft { display: inline; float: left; }
.toRight { display: inline; float: right; }
.textToLeft { text-align: left }
.textToRight { text-align: right }
.textToCenter { text-align: center }

.strong { font-weight: bold }

.cleaner { height: 0 }</pre></body></html>