/* Hide the link to swagger.json */
.swagger-ui .information-container.wrapper hgroup.main a.link:first-of-type {
    display: none;
}

/* Copy styling */
.swagger-ui .highlight-code > .microlight,
.swagger-ui .opblock-description-wrapper,
.swagger-ui .opblock-external-docs-wrapper,
.swagger-ui .opblock-title_normal,
.swagger-ui .response-col_description__inner div.markdown,
.swagger-ui .response-col_description__inner div.renderedMarkdown {
    font-size: 14px;
}

.swagger-ui li {
    line-height: 30px;
    font-size: 14px;
}

.swagger-ui .parameter__name {
    text-transform: lowercase;
}

.swagger-ui .body-param {
    margin-top: 10px;
}

/* Hiding the Example Value | Model tab links */
.swagger-ui .col.parameters-col_description .tab,
.swagger-ui .col.response-col_description .tab {
    display: none;
}

/* Hiding the "Parameter content type" drop down */
.swagger-ui .body-param-options {
    display: none;
}