﻿.swagger-section #header {
    background-color: #34495E;
    padding: 14px;
    height:50px;
}

.swagger-section #header #logo {
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    background: none;
    padding: 20px 0 20px 0px;
    color: white;
}

.swagger-section #explore {
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 8px;
    font-size: 0.9em;
    color: white;
    background-color: #C0392B;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

.swagger-section #explore:hover {
    background-color: #E64B3C;
}

.swagger-section #api_selector {
    display: block;
    clear: none;
    float: right;
    margin-top: 10px;
}

.label-success {
    background-color: #5cb85c;
}

span.label {
    display: inline;
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


