<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Error messages */
.errorMessage {
    font-size:larger;
    margin-top: 50px;
    margin-bottom: 25px;
    color: red;
}
/* Valid messages */
.validMessage {
    font-size:larger;
    margin-top: 50px;
    margin-bottom: 25px;
    color: green;
}
/* Unsubscribed from parameter newsletter group highlight */
.unsubscribedFrom {
    background-color:#ccc;
}

/* Centre table headings, and 2nd td: checkboxes and 'unsubscribe all' button. */
th, td:nth-child(2)
{
    text-align: center;
}

tr {
    background-color:#eee;
}

/* News letter group name in large font. */
.newsletterName
{
    font-size: large;
}

/* News letter group description in small font. */
.newsletterDescription
{
    font-size: small;
}
</pre></body></html>