@charset "UTF-8";

/* let's step down the massive margins for the info block */
.swagger-ui .info {
    margin: 20px 0;
}

/* I like the themes we can apply to swagger but neon purple for example code was a bit too much */
.swagger-ui .markdown code, .swagger-ui .renderedMarkdown code {
    color: lightgrey;
}

/* This is used to make the api header match the swagger generated header */
h2.swagger-style-this {
    font-family: Titillium Web, sans-serif !important;
    color: #fff !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    box-sizing: border-box !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

/* Tweak the bootstrap pre tag we used for some code examples */
pre {
    margin-top: 5px;
    margin-bottom: 5px;
}

ul.menu {
    margin-bottom: 0;
}
