﻿.swagger-ui img {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: url('../img/logo.png');
    max-width: 100%;
    max-height: 100%;
}

.swagger-ui .topbar {
    background-color: #02263A;
}
