﻿body {
}

.swagger-section .swagger-ui-wrap .markdown p code {
    white-space: pre-line;
    background-color: transparent;
    font-family: inherit;
}

.swagger-section .swagger-ui-wrap .markdown pre {
    white-space: pre-line;
    max-height: 100%;
}

.swagger-section .swagger-ui-wrap .model-signature .description span:last-of-type.propDesc.markdown {
    display:block;
}

.swagger-section #header {
    background-color: #222;
}

.swagger-section .swagger-ui-wrap {
    max-width: 1140px;
}