﻿body {

}

.swagger-ui .topbar {
    background: #fff;
    border-bottom: 1px solid black;
    padding: 20px 0px;
}

.swagger-ui img {
    width:220px;
    height:50px;
}
.swagger-ui .topbar .download-url-wrapper .select-label span {
    flex: 1;
    font-size: 16px;
    padding: 0 10px 0 0;
    text-align: right;
    color: black;
}
