﻿/* swagger ui customization */
body.swagger-section #header {
    background: url(https://www.spectruminc.com/img/logo.png) no-repeat #0D4295;
    background-position-x: 20px;
    background-position-y: 10px;
    height: 30px;
}

    
    body.swagger-section #header .swagger-ui-wrap #logo {
        display: none;
    }


#input_baseUrl { /* Hide the base url*/
    display:none; 
}