.container {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
}

.top-bar {
  flex-grow: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background-repeat: repeat-x;
  background-color: #33a9c7;
  background-image: none;
  border: none;
  border-width: 0 0 1px;
  border-radius: 0;
  font-family: Lato, sans-serif;
}

.logo-wrapper {
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: transparent;
  height: 75px;
  /* width: 211px; */
  width: 100%;
  background-size: 191px auto;
  font-size: 18px;
  line-height: 20px;
}

.st-logo {
  display: block;
  width: 44px;
  height: 44px;
  background: transparent url(./../img/logo-simple.png) no-repeat center center;
  background-size: 100% auto;
  float: left;
}

.st-name {
  display: block;
  width: calc(100% - 44px);
  float: left;
  color: #fff;
}

.logo-wrapper p {
  text-shadow: none;
  margin: 0;
  padding-left: 16px;
}

.logo-wrapper p:first-child {
  padding-top: 5px;
  font-size: 15px;
}

.logo-wrapper p:last-child {
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

#redoc-container {
  flex-grow: 1; /* takes the remaining height of the "container" div */
  overflow-y: scroll; /* to scroll just the "main" div */
}

/* OVERRIDES */

#section\/Authentication\/Project_ID_and_Secret {
  padding-top: 0;
}

#section\/Authentication\/Project_ID_and_Secret h2 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

@media screen and (max-width: 50rem) {
  .logo-wrapper {
    width: unset;
  }
}

/* align try-out parameters */
#swagger-ui .swagger-ui .opblock .table-container table.parameters .parameter__name {
  float: unset !important;
  width: unset !important;
}
#swagger-ui .swagger-ui .opblock .table-container table.parameters .parameter__type {
  margin-left: unset !important;
}
#swagger-ui .swagger-ui .opblock .table-container table.parameters .parameter__deprecated {
  margin-left: unset !important;
}
#swagger-ui .swagger-ui .opblock .table-container table.parameters .parameter__in {
  margin-left: unset !important;
}
.swagger-ui .prop-format {
  margin-left: 5px;
}