﻿.swagger-ui .topbar {
    background-color: #000;
}
.swagger-ui .topbar-wrapper .link{
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: url('/sw-ui/images/logo.png');
}
.swagger-ui .opblock-tag-section {
    margin-bottom: 30px;
}
.swagger-ui section.models {
    display: none;
}
.swagger-ui .model p {
    font-size: 0.75rem;
}