
body {
    color: #5a5a5a;
    padding-bottom: 10px;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-brand > img {
    display: inline;
    margin-top: -4px;
}

.navbar-nav > li > span {
    margin-top: 12px;
    line-height: 20px;
    position: relative;
    display: block;
}

.navbar-nav .label {
  margin-left: 20px;
  margin-right: 20px;
}

.footer-divider {
    margin: 80px 0 40px 0;
}

.map {
    height: 500px;
    margin-bottom: 60px;
}
.mapView {
    height: 600px;
    margin-bottom: 10px;
}
.map-caption {
    position: absolute;
    left: 10%;
    /*right: 20%;*/
    color: #fff;
    z-index: 10;
}
#mapbox .item .map-caption p {
    -webkit-font-smoothing: antialiased;
    margin-bottom: 10px;
    font-family: "Lato", "Helvetica Neue", Arial;
    font-size: 20px;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 1;
}

.map .item {
    height: 500px;
}

#mapbox .item .map-caption h1 {
    -webkit-font-smoothing: antialiased;
    font-family: "Lato", "Helvetica Neue", Arial;
    font-size: 37px;
    font-weight: 300;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 40px;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 0px;
}

h1.api-header {
  text-align: center;
  margin-top: 1em;
}

.api-heading {
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1;
    font-size: 37px;
    text-align: center;
}
.api-note {
    padding-top:20px;
    padding-bottom: 40px;
    font-weight: 300;
    line-height: 1;
    font-size: 16px;
    text-align: center;
}
.text-muted {
    font-size: 30px;    
}

.api-method {
  min-height: 100px;
  padding: 3em 0;
  border-bottom: 1px solid #eee;
}

.api-method:last-child {
  border-bottom: 0px;
  margin-bottom: 3em;
}

.api-method h4 {
    font-weight: 300;
}

@media (max-width: 650px) { 
  .api-endpoint {
    display: none;
  }
}

.api-method a {
  display: inline-block;
  border: 1px solid #435e67;
  padding: 10px;
  border-radius: 3px;
  font-size: 90%;
  color: #111;
  float: right;
  background-color: #ddd;
}

.api-method a:hover {
  color: #eee;
  text-decoration: none;
  background-color: #333;
  cursor: pointer;
}

.api-method-button {
  min-width: 60px;
  text-align: center;
  margin-right: 1em;
  text-decoration: none;
  border-radius: 3px;
  padding: 10px;
  font-size: 80%;
  color: #fff;
  display: inline-block;
}

.api-method-post {
  background-color: #10a54a;
}
.api-method-get {
  background-color: #0f6ab4;
}

.api-method {
  text-align: left;
  margin: 0 auto;
}

.api-post-data textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  resize: none;
  margin-top: 1em;
  border: 1px solid #aaa;
  outline:none;
}

.api-results {
  margin-top: 2em;
  display: none;
  max-height: 350px;
  overflow: auto;
}

.api-hide-results {
  width: 100%;
  text-align: right;
  display: none;
  color:grey;
  cursor:pointer;
}

pre { outline: 0.5px solid #ccc; padding: 5px; margin: 0px; }
.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: red; }
.key { color: black; }

@media (min-width: 992px) { 
  .api-method {
    max-width: 77%;
  }
}

.buttonHolder {
  padding-top: 10px;
  text-align: center;
}

.swagger-section #header {
    background-color: #fff;
}