
.wy-side-nav-search .wy-dropdown>a img.logo, .wy-side-nav-search>a img.logo {
    max-height: 50px;
}

.section > h1 {
    color: #0033ff;
}

.section {
    text-align: justify;
}

.deprecated {
    color: red;
    font-size: small;
    text-transform: uppercase;
}

.http-code {
    color: blue;
    font-size: medium;
    text-transform: capitalize;
}

.no-fields {
    color: grey;
    font-size: small;
    font-style: italic;
}

.param-types {
    color: grey;
    font-size: small;
}

.param-name {
    color: black;
    font-size: medium;
    font-weight: bold;
}

.required {
    color: blue;
    font-size: small;
    font-weight: bold;
    text-transform: uppercase;
}

.highlight {
    background-color: #f3faff;
}

.highlight-json {
    max-height: 300px;
    overflow: scroll;
}

.btn-neutral {
    background: transparent!important;
    border: none;
    box-shadow: none;
}

ul.simple {
    list-style: disc;
}
ul.simple > li {
    list-style: disc;
}
ul.simple > li > p {
    margin: 0;
}
ul.fa-ul > li {
    list-style: none!important;
}

ul.simple > li:last-child > p {
    margin: 0 0 24px;
}