﻿/*#swagger-ui {
   margin-left: 200px;
   height: 1000px;
}*/

.swagger-ui .topbar a {
    max-height: 75px;
}

.swagger-ui div.topbar {
    background: rgba(200, 0, 55, 0.4);
    height: 94px;
}

.swagger-ui .topbar-wrapper img[alt="Swagger UI"] {
    height: 72px;
    background-color: transparent;
    content: url('../images/logo.png');
}