﻿body {

}

.swagger-section #header {
    background-color: #607d8b;
}

.swagger-section #explore {
    background-color: #ef5350;
}

.swagger-section #header {
    height: 35px;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource {
    padding: 15px 0;
}

.swagger-section #api_selector .input {
    margin-top: 3px;
    padding: 8px;
    display: none;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
    color: #444;
}

.swagger-section .swagger-ui-wrap ul#resources li.resource div.heading ul.options li a {
    color: #1b517c;
}

.swagger-section #header #logo .logo__title {
    display: none;
}

.swagger-section #message-bar {
    padding-top: 30px;
    color: #333333;
}

.swagger-section #header #logo .logo__img {
    display: block;
    float: left;
    width: 180px;
    height: 44px;
    box-sizing: border-box;
    background: url(https://www.jdsupra.com/img/logo/logo-jdsupra-inverse-opt.svg) no-repeat;
    padding-left: 180px;
}