﻿.swagger-ui .wrapper {
}

.swagger-ui .info {
    text-align: center;
    margin-bottom: 10px !important;
}

.swagger-ui .info a {
    display: none;
}

.swagger-ui .info .hgroup.main {
    margin-bottom: 0 !important;
}

.swagger-ui .wrapper section > div > span {
    width: 48%;
    max-width: 48%;
    margin: 0 1%;
    display: inline-block;
}

.swagger-ui .opblock .opblock-summary-path {
    max-width: calc(100% - 110px - 1rem);
}

.swagger-ui textarea {
    min-height: 120px;
}

.opblock-tag {
    background-color: #ccc !important;
    color: darkgoldenrod !important;
    border-bottom: none !important;
    border-radius: 4px;
    margin-top: 20px !important;
}

.opblock-summary-path {
    font-size: 14px !important;
}

.responses-table {
    display: none;
}
.live-responses-table {
    display: inherit;
}