﻿.swagger-ui .topbar {
    background-color: #004457;
}

.swagger-ui .topbar .topbar-wrapper a img {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/images/white-logo-without-text.svg) no-repeat;
    width: 32px;
    padding-left: 180px;
}

.try-out {
    display: none;
}

.documentation pre {
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    color: #1f2328;
    background-color: #ebebeb;
    border-radius: 6px;
    word-wrap: normal;
}