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

.scux-left                   { float: left; }
.scux-right                  { float: right; }
.scux-middle                 { vertical-align: middle; }
.scux-inline                 { display: inline-block; }

    /* Text */

.scux-text-left               { text-align: left; }
.scux-text-right              { text-align: right; }
.scux-text-center             { text-align: center }
.scux-text-huge               { font-size: 16px; }
.scux-text-large              { font-size: 14px; }
.scux-text-plain              { font-size: 13px; }
.scux-text-small              { font-size: 12px; }
.scux-text-tiny               { font-size: 11px; }
.scux-text-bold               { font-weight: bold; }
.scux-text-red                { color: #c00; }
.scux-text-strike             { color: #c00; text-decoration: line-through; }

    /* Containers */
    
div.scux-region              { clear: none; margin: 1ex auto; }
div.scux-panel               { clear: both; }

    /* Dialogs */
    
div.scux-dialog              { display: none; }

    /* Lists */

ul.scux-list,
ul.scux-list li              { list-style-type: none; list-style-image: none; }
ul.scux-list li              { margin: 1ex 0; }

    /* Tables */
    
table.scux-form caption,
table.scux-grid th           { padding: 0.5ex; white-space: nowrap; background: #ddd; font-size: 14px; font-weight: bold; }
    
table.scux-form,
table.scux-grid              { width: 100%; background: #fff; border: 1px solid #bbb; border-collapse: collapse; }
table.scux-form caption      { text-align: left; border-top: 1px solid #bbb; border-left: 1px solid #bbb; border-right: 1px solid #bbb; }
table.scux-grid th           { border-bottom: 1px solid #bbb; }
table.scux-form td,
table.scux-grid td,
table.scux-grid th           { border: 0; padding: 0.5ex 1ex; vertical-align: middle; }

table.scux-form td                                   { padding: 0.5ex 2ex; }
table.scux-form tbody tr:first-child td              { padding-top: 1.5ex; }
table.scux-form tbody tr:last-child td               { padding-bottom: 1.5ex; }

    /* Developer Mode */

/*
div.scux-panel               { border: 2px solid #f00; }
div.scux-region              { border: 2px solid #0f0; }
table.scux-form td,
table.scux-grid td           { border: 1px solid #000; }
*/
</pre></body></html>