<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p.error {
   color: #f00;
}

dt {
   font-weight: bold;
   line-height: 2.0em;
}

dd p {
   margin-top: 0em;
}

table.form td {
   padding: 10px 10px 0px 0px;
   vertical-align: top;
}

table.form tr:first-child td {
   padding-top: 0px;
}

table.form td:first-child {
   text-align: right;
}

table.form td[colspan="2"] {
   text-align: center;
}


table.sortable thead {
    background-color: #ccc;
    font-weight: bold;
    cursor: pointer;
}

table.sortable th, table.sortable td {
   padding: 5px;
   text-align: center;
}

table.sortable td:first-child {
   text-align: left;
}

table.data thead {
    background-color: #ccc;
    font-weight: bold;
}

table.data th, table.data td {
   padding: 5px;
   text-align: center;
}

table.data td:first-child {
   text-align: left;
}

.Liner li {
   line-height: 2.0em;
}

.correct {
   color: #070;
}

.incorrect {
   color: #f00;
}

.hidden {
   color: #fff;
}

.floatright {
   float: right;
}

.footnote {
   font-size: 90%;
}

.alert {
   font-weight: bold;
   color: #f00;
}

ol.displaystyle li { /* for TeX \displaystyle */
    line-height:400%;
}</pre></body></html>