﻿
.swagger-section #authorize {
    display: block;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 8px;
    font-size: 0.9em;
    color: #FFF;
    background-color: #547F00;
    border-radius: 4px;
}
.swagger-section #authorize:hover{
    background-color: #547F00;
}
.swagger-section #header form#api_selector .input input#input_apiKey {
    width: 400px !important;
}