<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swagger-section #header {
    background-color: #042641;
    height: 91px;
}

.swagger-section #header #logo .logo__title {
    padding: 35px 0 0 50px;
}

.swagger-section #input_apiKey {
    width: 200px;
    display: none;
}

.swagger-section #api_form {
    /*margin-top: 35px;*/
    margin-top: 25px;
}

.swagger-section #api_selector {
    /*margin-top: 35px;*/
    margin-top: 10px;
}

.swagger-section #api_login {
    /*margin-top: 35px;*/
    margin-top: 10px;
}

.swagger-section #api_login .input {
    display: inline-block;
    clear: none;
    margin: 0 10px 0 0;
    padding: 3px;
}

.swagger-section #api_form {
    display: block;
    clear: none;
    float: right;
}

.swagger-section #api_login {
    display: block;
    clear: none;
}

.swagger-section #btnLoginConnect
{
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 8px;
    font-size: 0.9em;
    color: white;
    background-color: #547f00;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.swagger-section #loginUsername,
.swagger-section #loginPassword {
    font-size: 0.9em;
}</pre></body></html>