<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
    background-color:       #01ABEB;
    color:                  #fff;
    font-family:            oswaldregular, sans-serif;
    font-size:              30px;
    margin:                 0px;
    padding:                0px 0px;
    text-align:             center;
    text-transform:         uppercase;
    width:                  100%;
    max-width:              100vw;
    line-height:            60px;
    vertical-align:         middle;
    -webkit-margin-before:  0em;
    -webkit-margin-after:   0em;
    -webkit-margin-start:   0px;
    -webkit-margin-end:     0px;
}

@media all and (max-width: 639px)
{
    
    h1 {
        line-height:    40px;
    }
    
}

.ZHForm label {
    text-transform: uppercase;
}

.ZHForm fieldset {
  border-color: rgb(128, 128, 128);
}

.ZHForm .ZHForm-clear {
  background-color: rgb(1, 171, 235);
  color:            rgb(255, 255, 255);
}

.ZHForm .ZHForm-submit {
    font-size:          1.1em;   
    background-color:   rgb(120, 202, 232);
    color:              rgb(255, 255, 255);
}

table.tablesorter {
    background-color:   rgb(255, 255, 255) !important;
}

fieldset {
    border: none !important;
}

fieldset legend {
    display:    none !important;
}

.ZHForm fieldset {
  border-color: rgb(128, 128, 128);
}

.ZHForm .ZHForm-clear {
  background-color: rgb(1, 171, 235);
  color:            rgb(255, 255, 255);
}

.ZHForm .ZHForm-submit {
    font-size:          1.1em;   
    background-color:   #01ABEB;
    color:              rgb(255, 255, 255);
}

table.tablesorter {
    background-color:   rgb(255, 255, 255) !important;
}

fieldset {
    border: none !important;
}

fieldset legend {
    display:    none !important;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color:   rgb(120, 202, 232);
}

</pre></body></html>