﻿* {
    font-family: Lato !important;
}

.swagger-section {
    font-family: Lato !important;
}

.swagger-section #header {
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.15);
    position: fixed;
    z-index: 9999;
    height: 30px;
    width: 100%;
    background: #fff
}

#message-bar, #swagger-ui-container {
    position: relative;
    top: 60px
}

#explore.header__btn, #explore.header__btn:hover {
    color: #fff;
    background-color: #FD8D02
}

#explore.header__btn:hover {
    opacity: 0.75
}

.swagger-section .swagger-ui-wrap {
    padding: 0 10px 0 10px;
    max-width: 1280px;
}

.footer {
    margin-bottom: 75px
}

#rolescontainer {
    text-align: right;
    padding-right: 100px;
    font-size: .8em
}
