.swagger-section {
    padding-bottom: 80px;
}

.swagger-section #header {
    background-color: #3c414e;
    padding: 10px 0 8px 0;
    min-width: 960px;
}

.Sage_logo {
    display: inline-block;
}

.swagger-section #explore.btn {
    color: #fff;
    border-radius: 0;
    font-weight: normal;
    font-size: 13px;
    padding: 7px 20px 6px 20px;
}

.swagger-section #explore.btn-primary {
    background-color: #007E45;
}

.swagger-section #explore.btn:hover {
    background-color: #006537;
}

.swagger-section #explore.btn:focus {
    background-color: #006537;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -kthtml-transition: all .2s linear;
    transition: all .2s linear;
    outline: 0;
    background-image: none;
}

select {
    width:300px;   
}

.footer {
    background-color: #fff;
    height: 27px;
    color: #999;
    font-size: 11px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 13px 0 0;
    font-family: Arial;
}

.footer > .wrapper {
    width: 960px;
    padding: 1px 0 0 0;
    margin: 0 auto;
    position: relative;
}

.footer .logo-sage {
    position: absolute;
    top: -4px;
    left: 10px;
}
