﻿.swagger-section #header {
    background-color: #002745;
}

.swagger-section .swagger-ui-wrap a {
    color: #00355e;
    text-decoration: none;
}

.info div {
    margin-top: 20px;
}

.swagger-section #input_apiKey {
    display: none;
}

div#resources_container:before {
    content: "Operations";
    font-size: 25px;
    font-weight: bold;
}

div#resources_container {
    margin-top: 50px;
}

.swagger-section #message-bar {
    display: none;
}

.swagger-section #explore {
    display: none;
}

.swagger-section #api_selector input {
    text-align: center;
}