#banner {
  margin: 20px 0;
}

body.topBarDisabled {
  height: 100vh;
  display: flex;
  flex-flow: column;
  padding-top: 0;
}

.container-fluid {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.container-fluid .row-fluid {
  flex: 1;
  overflow: auto;
}
#bodyColumn {
  height: 100%;
  overflow: auto;
}

.swagger__container {
  height: 100%;
  display: flex;
  flex-flow: column;
}

.swagger__container > h2 {
  display: none;
}

.swagger__container iframe {
  flex: 1;
  width: 100%;
}

a.externalLink {
  background: none!important;
  padding: 0!important;
}

#poweredBy {
  display: none;
}
