﻿body {
    background-color: #f4f5f6;
    color: #606c76;
    font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

/*Set the header to match*/
.swagger-section #header {
    padding: 9px 14px 19px 14px;
    height: 30px;
    min-width: 775px;
    background: #fff;
    border-bottom: .1rem solid #d1d1d1;
}

/*Hide the initial logo*/
#logo{
    display:none;
}

/* Define logo size */
.navigation-title .img {
    height: 39px;
    position: relative;
    padding-right: 20px;
}

/* Set width of header */
.swagger-section .swagger-ui-wrap {
    max-width: 1065px;
}

/* Change color for button */
.swagger-section #explore, .swagger-section #auth_container .authorize__btn {
    background-color: #ed1c24;
}

/* Update main header */
.swagger-section .swagger-ui-wrap .info_title {
    padding-bottom: 10px;
    font-family: roboto;
    font-weight: 300;
    font-size: 34px;
}

.swagger-section .swagger-ui-wrap pre {
    font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    padding: 10px;
}