﻿@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap');

html {
    font-size:14px;
}


#api_info .info_description {
    display: none;
}


.swagger-section .swagger-ui-wrap,
input, textarea, select {
    font-family: 'Didact Gothic', Arial !important;
}

.swagger-section #api_selector {

    float:none;
    text-align:center;
}

.swagger-section #header {
    background-color: #000;
    min-width: 0;
}

.swagger-section #header #logo {
    display:none;
}
.swagger-section .swagger-ui-wrap .footer > * {
    display:none;
}


.swagger-section .swagger-ui-wrap ul#resources li.resource:not(:first-child) div.heading {
    padding-top: 30px;
}

.swagger-section .swagger-ui-wrap {
    width: 90% !important;
    max-width: 1200px !important;
    min-width:0!important;
}
.swagger-section #api_selector .input:first-child {
    display: none !important;
}

.swagger-section #api_selector .input:nth-child(2) {
    width:50%;
}
.swagger-section #api_selector .input:nth-child(2) input {
    width:100%!important;
}
