﻿form[id=api_selector],
.logo__title,
.logo__img {
    display: none !important;
}

.swagger-section #header {
    background-color: #333 !important;
}

.sandbox_header .submit {
    display: none !important;
}

form input, textarea, text {
    /*pointer-events: none;
    outline: none;*/
}

.authorize-wrapper {
    font-size: 0.9rem;
}

    .authorize-wrapper h2 {
        margin-bottom: 20px;
        margin-top: 20px;
        color: #7460ee !important;
        font-weight: bold;
    }

.code-example {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    color: #333333;
    page-break-inside: avoid;
    display: block;
    padding: 9.5px;
    font-size: 13px;
    line-height: 1.1em;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
    color: #007bff !important;
    font-size: 1rem;
}

.heading {
    padding: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

table tr td {
    padding: 10px !important;
}

table.parameters thead tr th:nth-of-type(2),
table.parameters tbody tr td:nth-of-type(2) {
    display: none !important;
}

.swagger-section .swagger-ui-wrap p {
    margin-bottom: 5px;
    margin-top: 5px;
}