﻿.swagger-ui .topbar {
    display: none;
}
/* This removes the lock icons (It was always unlocked unless you added both basic and bearer so I removed them.*/
.swagger-ui .scheme-container {
    display: none;
}
.swagger-ui {
    font-family: 'Roboto', sans-serif !important;
}
#sa-background {
    font-family: 'Roboto', sans-serif !important;
    background-color: #0d47a1;
    border: 1px;
    text-rendering: optimizeLegibility;
    font-size: 25px;
    line-height: 45px;
    color: #FFF;
    padding: 10px;
}
#sa-title-image {
    float: left;
    margin-right: 12px;
}