body {
  margin: 0;
  padding: 0;
}

img[alt=logo] {
  width: 200px;
}

/* More visual emphasis on authorizations */
#redoc div > div > span > span > i {
  color: rgb(14, 124, 134);
}

/* Less visual emphasis on length limitations */
#redoc table div > div > span > span {
  background: initial;
  border: initial;
  font-family: inherit;
  margin: 0;
  padding: 0;
  color: rgb(14, 124, 134);
}

/* Less visual emphasis on response buttons */
#redoc .api-content > div > div > div:first-child > div > div > button > div {
  display: inline-block;
}
#redoc .api-content > div > div > div:first-child > div > div > button > div p {
  margin: 0;
}
#redoc .api-content > div > div > div:first-child > div > div > button > strong {
  margin: 0 4px;
}
