﻿.swagger-section {
    font-family: 'Century Gothic';
}

#header {
    display: none;
}

#message-bar {
    display: none;
}

#swagger-ui-container {
    position: fixed;
    min-width: 95%;
    width: 95%;
    padding-left: 2%;
    min-height: 100vh;
    height: 100vh;
    overflow: scroll;
}

#api_info {
    font-size: smaller;
    padding-top: 10px;
    border-bottom: 1px solid black;
}

#footer {
    display: none;
}

.footer {
    display: none;
}

.authorize-wrapper {
    display: none;
}