﻿#logo {
    background: transparent url(/Swagger/mb_Logo.png) no-repeat left center;
    padding: 15px 0px 41px 45px;
    background-size: 40px;
    background-position-y: 10px;
}

.swagger-section #header {
    background-color: #e7f0f7;
    height: 50px;
}
.MbBrand {
    color: #2dacff;
    font-weight: bold;
    font-size: 20px;
    line-height:60px;
}
#input_apiKey, .swagger-section #explore, .swagger-section #header #logo .logo__img, .swagger-section #header #logo .logo__title {
    display: none;
}
#api_selector {
    width:770px;
}
#input_apikeys, #input_apisecret, #input_token {
    margin : 5px 10px 0 0 !important;
}
.swagger-section #input_baseUrl {
    width: 704px;
}