.topbar {
  display: none;
}

.swagger-ui .info {
  margin: 10px 0;
}

/* replace the download spec file path with more explict link */
.swagger-ui .info hgroup.main a {
  font-size: inherit;
}

.swagger-ui .info hgroup.main a span.url {
  visibility: hidden;
}

.swagger-ui .info hgroup.main a span.url:before {
  visibility: visible;
  content: "Download API Definition";
  text-decoration: underline;
}

.swagger-ui .renderedMarkdown code {
  font-size: 14px;
  padding: 0 5px;
  border-radius: 4px;
  background: rgba(0,0,0,.05);
  color: initial;
}
