﻿/* Layout */

.swagger-section .swagger-ui-wrap
{
    max-width: 1280px;
}

/* Header */

.container
{
    line-height: 26px;
    height: 26px;
}

.swagger-section #header 
{ 
    background-color: black;
}

.product-title 
{ 
    color: #FF8000; 
    font-weight: bold;
}

.product-description 
{ 
    color: white;
}

.swagger-section #api_selector .input
{
    margin: 0;
}

.swagger-section #explore
{
    display: none;
}

/* Content */

.authorization-header
{
   background-color: lightgray;
   padding: 10px;
   display: flex;
}

.authorization-header span
{
    font-size: 90%;
    line-height: 21px;
    width: 150px;
    min-width: 150px;
}

.swagger-section #input_apiKey
{
    flex: 1;
    min-width: 650px;
}