<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#page-title h1 {
    color: #003C71 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.2rem !important;
    font-weight: 700 !important;
}

section img {
    padding: 0;
}

.users-area * {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.users-area :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.users-area table {
    border-collapse: collapse;
    margin-top: 1rem;
}

.users-area table th,
.users-area table td {
    margin: 0;
    padding: 1rem;
    line-height: 1.2 !important;
}

.users-area table tr &gt; td:first-of-type {
    white-space: nowrap;
    text-align: right;
}

.users-area table tr &gt; td:last-of-type {
    text-align: left;
}

.users-area tbody {
    border-top: none;
}

.users-area tbody tr:nth-child(odd) {
    background-color: hsla(208, 37%, 29%, 0.1);
}

.float-left {
    float: none;
    padding: 0;
}

.float-left img {
    border-radius: 1rem;
}

.users-area &gt; div {
    margin-bottom: 1rem;
}

.users-area&gt;div:nth-of-type(2) {
    padding-top: 0;
}

.users-area div&gt;div:nth-of-type(1) {
    font-weight: bold;
    float: none;
    padding-right: 0;
}

.users-area div&gt;div:nth-of-type(1) p,
.users-area div&gt;div:nth-of-type(1) ol,
.users-area div&gt;div:nth-of-type(1) ul {
    font-weight: normal;
}

.users-area div li {
    margin-left: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

.users-area div li:nth-child(odd) {
    background: rgb(230, 230, 230);
    border-radius: .5rem;
}

.users-area p {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.users-area ul,
.users-area ol {
    margin-top: 1rem;
    padding-left: 3rem;
}
@media only screen and (max-width: 425px) {
    .float-left img {
        width: 100%;
        height: auto;
    }
    .users-area table {
        width: 100%;
    }
}</pre></body></html>