﻿.swagger-section .swagger-ui-wrap {
    line-height: 1;
    font-family: "Droid Sans", sans-serif;
    min-width: 760px;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.swagger-section #header {
    background-color: black;
    padding: 9px 14px 19px 14px;
    height: 23px;
    min-width: 775px;
}

.input #input_apiKey {
    display:none;
/*    pointer-events: none;
    background-color: #eee;
    color: #555;
    opacity: 5;
    border-width: 2px;
    border-style: inset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));*/
}

.swagger-section #header #logo .logo__title {
    display: none;
    margin-top:50px;
    padding: 5px 0 0 10px;
}

#validator {
    display: none;
}

.footer {
    display:none;
}