@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
iframe {
  border: 0 none;
  box-shadow: none;
  background:none;border:0;clip:auto;display:block;height:auto;margin:0;padding:16px;position:static;width: 100%;
}

body {
  font-size: 16px;
  font-family: Roboto;
  color: #232529;
  background-color: #ffffff;
  line-height: 1.5;
  font-variant-ligatures: normal;
  text-rendering: optimizeLegibility;
}

a {
  color: #215ba6;
}

main {
  max-width: 980px;
}

aside {
  max-width: 280px;
  min-width: 220px;
}

section {
  margin-bottom: 80px;
}

.masthead {
  background-color: transparent !important;
  border-bottom: 1px solid currentColor;
}

.masthead-logo img {
  display: none;
}

.masthead .masthead-logo {
  display: inline-block;
  font-size: 2.5rem;
  color: inherit;
}

.markdown-body {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.6;
}

.markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4,
.markdown-body h5, .markdown-body h6 {
  font-family: monospace;
  border-bottom: 0 none;
}

section:first-child > h1 {
  margin-top: 0;
}

.docs-example {
  background-color: #fff;
}

.docs-example + .highlight {
  margin-top: -1px;
  border: 1px solid #e5e5e5;
  border-radius: 0 0 .25rem .25rem;
  background: #efefef;
  font-family: monospace;
  font-size: 16px;
  line-height: 1.2;
}

.colors {
  display: grid;
  font-size: 14px;
}

.swatch {
  border: 0 none;
  border-radius: 0;
  padding: 0.25em 1em;
  margin: 0;
  width: auto;
  height: auto;
}

.menu {
  margin-bottom: 15px;
  list-style: none;
  background-color: transparent;
  border: 0 none;
  border-radius: 3px;
}
