﻿.swagger-section.header {
    background-color: #00b3e2;
    padding: 9px 14px 19px 14px;
    height: auto;
    min-width: 775px;
}

.swagger-section .swagger-ui-wrap {
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

    .swagger-section .swagger-ui-wrap .logo__title {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin-left: 15px;
        text-decoration: none;
    }

    .swagger-section .swagger-ui-wrap .container {
        width: 100%;
        padding: 0;
        margin: 0;
    }

.swagger-section .swagger-ui-wrap .container h2
{
    padding: 0;
}

.swagger-section .swagger-ui-wrap .container ul
{
    margin: 0;
    padding: 0;
}

.swagger-section .swagger-ui-wrap .container #resources
{
    font-family: 'Open Sans', sans-serif;
    font-size: inherit;
}

    .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 {
        font-size: 18px;
        color: #00b3e2;
        padding-left: 0;
        display: block;
        clear: none;
        float: left;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
    }

    .swagger-section .swagger-ui-wrap ul#resources li.resource div.heading h2 a {
        font-size: 18px;
        color: #00b3e2;
    }