﻿body {
}

.topbar {
    background-color: #624675 !important;
}

.swagger-ui img {
    content: url(/swagger-ui/logo-horizontal.png) !important;
    width: 200px; /* width of your logo */
    height: 40px; /* height of your logo */
}

.swagger-ui .topbar .download-url-wrapper .select-label select {
    border-color: #8962A3 !important;
}

.swagger-ui .info {
    margin: 0 0 20px 0;
    padding-top: 30px;
}


.information-container.wrapper {
    max-width: unset;
    background: #F3F0F4 !important;
    border-bottom: solid 1px #eee8f1;
    margin-bottom: 30px;
}

    .information-container.wrapper .block {
        max-width: 1400px;
        margin: 0 auto;
    }

div.info {
}

h2.title {
}

    h2.title span {
        display: block;
    }
