  /* Remove margin and padding from body by default */
  body {
    margin: 0;
    padding: 0;
  }
  
  /* Removes padding from top of Request/Response sections */
  div[id^="operation"] {
    padding-top: 0 !important;
  }

  /* Sets title text color to EverQuote style */
  h1 {
    color: #21336B !important;
  }

  /* Sets sub-titles to EverQuote Blue  */
  h2.sc-pNWdM.loDKCl {
    color: #21336B !important;
  }

  div.sc-iCoGMd.dolNKP > div.sc-hKFxyN.gHYYBK > h2.sc-pNWdM.loDKCl {
    color: #21336B !important;
  }

  /* Removes tags from titles */
  h2 span {
    display: none !important;
  }

  /* Removes tags from sidebar */
  ul li label span:first-child[type="hook"] {
    display: none;
  }

  /* Adds padding to sidebar text, aligning it with logo */
  ul li span[class="sc-dkQUaI cdNSRx"] {
    padding-left: 8.797px !important;
  }

  /* Adds padding to sidebar text (for pages which originally included sidebar tags) */
  ul li span[class="sc-dkQUaI jZIJIY"] {
    padding-left: 8.797px !important;
  }

  /* Removes padding from top of text sections */
  div[id^="section"] {
    padding-top: 0 !important;
  }

  /* Sets text color to EverQuote style for links */
  a{
    color: #205BB9 !important;
    text-decoration: none !important;
  }

  /* Removes "Powered by ReDoc" link */
  a[href="https://github.com/Redocly/redoc"] {
    display: none !important;
  }

  /* Aligns EverQuote logo in sidebar with the title text and sidebar options */
  img[alt="EverQuote Logo"] {
    padding: 31.188px !important;
    padding-top: 46.797px !important;
  }

  span[class="sc-gsWcmt grZHMV"] {
    display: none !important;
  }

  /* Makes the colours of the table headers blue */
  tr th {
    color: #21336B !important;
  }

