﻿body.swagger-section #header {
    background: #000;
    padding: 5px 10px 5px 10px;
    height: 40px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 2px 12px #666666;
}

    body.swagger-section #header #api_selector {
        display: none;
    }

    body.swagger-section #header a#logo {
        background: transparent url('/content/ncg-logotype-xs.jpg?width=120') no-repeat;
        display: block;
        width: 40px;
        height: 40px;
        text-indent: -999px;
        float: left;
    }

body.swagger-section #swagger-ui-container {
    padding: 10px;
}


    body.swagger-section #swagger-ui-container #api_info {
        margin-bottom: 30px;
        color: #383838;
    }

        body.swagger-section #swagger-ui-container #api_info .info_title {
            text-shadow: 0px 3px 1px #eee;
        }
body.swagger-section #header .swagger-ui-wrap #logo .logo__img {
    display: none;
}