/* Copying stuff in from the swagger-ui's index.html so that we
 * can be our own index.html.
 * Hoisting it out of our index.html so we can apply a stricter
 * Content-Security-Policy.
 */
html {
  box-sizing: border-box;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  margin:0;
  background: #fafafa;
}

/* cl addition: that "Explore" input in the topbar isn't something we need */
.topbar { display: none; }
