<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-family: Arial, Helvetica, sans-serif;
}

form {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    background: #FFFFFF;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
    max-width: 100%;
    overflow: auto;
    display: table;
    width: 100vw;
    position: relative;
}

body.with-stick-footer {
    padding-bottom: 60px;
}

#vFloatFrame #vFloatFrame {
    background: transparent;
}

body.padding-top {
    padding-top: 20px;
}

.page-content {
    padding: 0 0 50px 36px;
}

a {
    color: #0070b9;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid transparent;
    transition: all .3s linear;
}

a:hover {
    color: #0070b9;
    text-decoration: none;
}

p {
    font-size: 14px;
}

[onclick] {
    cursor: pointer;
}

.escalate-action-box {
    margin-bottom: 20px;
}
</pre></body></html>