/* Local Swagger UI fixes: hide the standalone topbar and normalize version badges in the title. */
.swagger-ui .topbar {
  display: none;
}

.swagger-ui .main .url {
  display: none;
}

.swagger-ui .info .title small {
  line-height: 1;
}

.swagger-ui .info .title small pre {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 1;
  white-space: inherit;
  vertical-align: baseline;
}
