.md-typeset ol li,
.md-typeset ul li {
  margin-bottom: 0;
}

.swagger-ui pre > code {
  background: #41444e;
  color: #fff;
}
.swagger-ui .opblock-body pre {
  font-weight: normal;
}

p code:before,
p code:after,
li code:before,
li code:after,
table code:before,
table code:after {
  content: "" !important;
}

.channel-listing {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-template-rows: 1fr;
  grid-gap: 30px 0;
  text-align: center;
}

.channel-listing > a {
  text-align: center;
  display: block;
}
.channel-listing img {
  width: 60%;
  display: block;
  margin: auto;
  margin-bottom: 10px;
}
img.channel {
  width: 80px;
  height: auto;
}

/* swagger */

#swagger-ui .opblock-summary .opblock-summary-path {
  flex: 1;
}
#swagger-ui .opblock-summary .opblock-summary-description {
  flex: none;
}
#swagger-ui div.renderedMarkdown,
#swagger-ui div.renderedMarkdown p {
  font-family: Merriweather;
  font-size: 14px;
}
#swagger-ui div.topbar,
#swagger-ui .information-container.wrapper {
  display: none;
}
#swagger-ui h2.title {
  line-height: 1;
}
#swagger-ui h2.title span {
  float: right;
}
#swagger-ui h2.title span pre {
  border: none;
}
#swagger-ui h3 {
  margin-top: 1em;
}
#swagger-ui .opblock-description-wrapper p,
#swagger-ui .opblock-description-wrapper pre {
  margin-bottom: 10px;
}
#swagger-ui .opblock-description-wrapper pre {
  color: #f0f0f0;
}
#swagger-ui .required:after {
  content: "" !important;
}
#swagger-ui table.parameters:after {
  display: block;
  content: "* = required";
  font-size: 10px;
  color: rgba(255, 0, 0, 0.6);
  margin-top: 10px;
}
#swagger-ui table.parameters .parameters-col_name {
  min-width: 160px;
}

span.screenshot {
  display: block;
}
span.screenshot img {
  max-width: 70%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
span.screenshot.large img {
  width: 100%;
  max-width: none;
}

div.feature-matrix table th,
div.feature-matrix table td {
  padding: 2px 4px !important;
}

div.feature-matrix .none {
  opacity: 0.3;
}
