.swagger-section #header {
    border-bottom: 1px solid #000000;
    font-style: normal;
    font-weight: 400;
    font-family: "Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;
    background-color: black;
}

    .swagger-section #header h1 {
        text-align: center;
        font-size: 20px;
        color: white;
    }

.swagger-ui.topbar {
    background-color: grey;
    border-bottom: 3px solid black;
}
.swagger-ui .opblock .opblock-summary-description {
    font-size: 11px;
    flex: 1 1 auto;
    word-break: break-word;
    font-family: sans-serif;
    font-weight: bold;
    color: #3b4151;
    text-align: right;
    padding-right: 0px;
}
.swagger-ui .opblock-description-wrapper p, .swagger-ui .opblock-external-docs-wrapper p, .swagger-ui .opblock-title_normal p {
    font-size: 11px;
    margin: 0;
    font-family: sans-serif;
    color: #3b4151;
}
.swagger-ui .topbar .topbar-wrapper, .swagger-ui .topbar a {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 20px;
    color: white;
}
.swagger-ui .topbar .download-url-wrapper .select-label span {
    font-size: 14px;
    flex: 1;
    padding: 0 10px 0 0;
    text-align: right;
}
.swagger-ui .info .title {
    font-size: 30px;
    margin: 0;
    font-family: sans-serif;
    color: #3b4151;
}
.swagger-ui a.nostyle, .swagger-ui a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
    font-size: 16px;
}
.swagger-ui .model-title {
    font-size: 14px;
    font-family: sans-serif;
    color: #505050;
}