.swagger-section #header form#api_selector .input input#input_clientid {
  width: 100px;
}
.swagger-section #header form#api_selector .input input#input_clientsecret {
  width: 100px;
}
.swagger-section #header form#api_selector .input input#input_accountlogin {
  width: 100px;
}
.swagger-section #header form#api_selector .input input#input_platoname {
  width: 100px;
}
.swagger-section #header form#api_selector .input input#input_password {
  width: 100px;
}
.swagger-section .swagger-ui-wrap-login {
    line-height: 1;
    font-family: 'Droid Sans', sans-serif;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.swagger-section .swagger-ui-wrap-login:hover {
  overflow: visible; 
  white-space: pre-wrap;
  word-wrap: break-word;
}
.swagger-header-wrapper {
    display: contents;
}
.swagger-api-selection {
    float: right;
    font-weight: bold;
    margin-right: 20px;
}
.swagger-section #header
{
	height: 100px;
}
