﻿.topbar-wrapper img[alt="Swagger UI"], .topbar-wrapper span {
    visibility: hidden;
}
.topbar-wrapper .link:after {
    content: url("../swagger/shipxpert.svg");
    visibility: visible;
    display: flex inherit;
    position: absolute;
    padding-top: 30px
}
.swagger-ui .topbar {
    background-color: white !important;
}
    .swagger-ui .topbar .download-url-wrapper .select-label select {
        border-color: darkblue;
    }
.swagger-ui .info .title small:last-child {
    background-color: darkblue !important;
}
body
{
    background-color:white
}
