<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*   Author     : Jaroslaw J. Kowalski &lt;jk@jaroslawk.com&gt;
*/
.hide { display: none; }
.zero { margin: 0px; padding: 0px; border: 0px; }
.full { width: 100%; box-sizing: border-box; }

.fl { float: left; }
.fcl { float: left; clear: left; }
.fr { float: right; }
.fcr { float: right; clear: right; }
.fc { margin-left: auto; margin-right: auto; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }
.rel { position: relative; }
.abs { position: absolute; }

.center { text-align: center !important; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.middle { vertical-align: middle !important; }
.top { vertical-align: top !important; }
.bottom { vertical-align: bottom !important; }

.bold { font-weight: bold !important; }
.italic { font-style: initial !important; }
.underline { text-decoration: underline !important; }
.uppercase { text-transform: uppercase; }

.red { background-color: rgba(255, 0, 0, 0.5); }
.green { background-color: rgba(0, 255, 0, 0.5); }
.blue { background-color: rgba(0, 0, 255, 0.5); }

.yellow { background-color: rgba(255, 255, 0, 0.5); }
.cyan { background-color: rgba(0, 255, 255, 0.5); }
.magenta { background-color: rgba(255, 0, 255, 0.5); }

.orange { background-color: rgba(255, 128, 0, 0.5); }
.purple { background-color: rgba(128, 0, 255, 0.5); }
.teal { background-color: rgba(0, 128, 128, 0.5); }

.missing_file { float: left; width: 100%; min-width: 100%; min-height: 80px; margin: 0; padding: 20px; border: 3px solid red; background-color: white; color: red; }</pre></body></html>