html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body, .url, .swagger-ui .info p, .swagger-ui .info__contact a, .swagger-ui .servers-title {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 12pt;
}
body {
    background-color: #fff;
    background-image: url(/images/body_bg.gif);
    background-repeat: repeat-x;
}
div .swagger-ui .info {
    margin: 0px 5px;
    padding: 20px 150px 0px 250px;
    background-image: url(/images/logo.gif);
    background-repeat: no-repeat;
}
h2, .info__license, .info__extdocs {
    display: none;
}
