#swagger-ui-container {
    margin-top: 55px;
    padding: 0 10px;
}

.swagger-section {
    margin-bottom: 50px;
}

.swagger-section #header {
    background-color: #1b1b1b;
    padding: 14px;
    position: fixed;
    width: 100%;
}

.swagger-section #header a#logo {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    background: transparent url(/National_Library/20160330061658oe_/https://api.portfolium.com/img/logo.png) no-repeat left center;
    padding: 20px 0 20px 150px;
    color: white;
}

.swagger-section #header form#api_selector .input input#input_apiKey {
    width: 320px;
}

@media only screen and (max-width: 600px) {
    .swagger-section #header form#api_selector .input input#input_apiKey {
        width: 120px;
    }
}

em {
    font-style: italic;
}
