﻿.swagger-ui .topbar {
    background-color: #000;
    border-bottom: 3px solid #547f00;
}
.swagger-ui .scheme-container {
    padding: 0 !important;
}
.swagger-ui .highlight-code>.microlight {
    max-height:100% !important;
}
.swagger-ui .highlight-code{
    max-height: 100% !important;
}
.swagger-ui pre {
    max-height:100% !important;
}

@media print{
    .swagger-ui div
    .swagger-ui .highlight-code > .microlight {
        max-height: 100% !important;
    }
}