﻿
    .swagger-section #header {
      background-color: #3eb6df;
      color:white;
    }

    .swagger-section #header a#logo {
      background: transparent;
      margin-left: 0;
      padding-left: 0;
    }

    .swagger-section #header form#api_selector .input a#explore {
        background-color: #007bba;
    }

    .swagger-section #header form#api_selector .input a#explore:hover {
      background-color: #108bca;
    }

#input_apiKey {
    max-width: 10em;
}

.loginform {
  display: block;
  clear: none;
  float: right;
}

.loginform input {
  display: block;
  clear: none;
  float: left;
  margin: 0 10px 0 0;
}

.toolbutton {
  display: block;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 20px;
  font-size: 0.9em;
  color: white !important;
  background-color: #108bca;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #9be0f8;
  margin-top: -2px;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
}