body {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 3rem 6rem;
}
hr {
  background-color: #e8e8e8;
  border: 0 none;
  height: 1px;
}
img.logo {
  max-height: 1em;
  max-width: 50%;
}
img.inline {
  height: 0.75em;
  width: auto;
}
code {
  alignment-baseline: bottom;
  background-color: #e8e8e8;
  border-radius: 4px;
  color: #562bc3;
  display: inline;
  font-size: 0.8em;
  line-height: 1.25em;
  margin: 0 0.25em;
  padding: 0 0.25em;
  white-space: nowrap;
}
code:not(.inline) {
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  display: block;
  margin: 1em 0;
  padding: 1em;
  white-space: pre;
}
p {
  margin-top: 0;
}
code,
.table-wrapper {
  overflow-x: scroll;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table,
th,
td {
  border: 1px solid #d8d8d8;
}
th,
td {
  padding: 1rem;
  text-align: left;
  vertical-align: top;
}
th {
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
}
td:nth-child(4) {
  white-space: nowrap;
}
h1,
h2 {
  border-bottom: 1px solid #e8e8e8;
  padding-top: 0;
  padding-bottom: 0.25em;
}
h1 {
  font-size: 2rem;
  margin: 0 0 0.25em 0;
  padding-bottom: 0;
}
h2 {
  font-size: 1.5rem;
  margin-top: 2em;
}
h3 {
  font-size: 1.25rem;
}
h1 + h2 {
  margin-top: 0;
}
ul li {
  margin-bottom: 0.5em;
}
footer {
  border-top: 1px solid #e8e8e8;
  font-size: 0.75rem;
  line-height: 2em;
  margin-top: 2rem;
  padding-top: 1rem;
}
.text-muted {
  color: #666666;
}
.mt-1 {
  margin-top: 1em;
}
.mt-2 {
  margin-top: 2em;
}
.mb-2 {
  margin-bottom: 2em;
}
.ml-0 {
  margin-left: 0;
}
@media (max-width: 768px) {
  body {
    margin: 1em;
  }
}
/*# sourceMappingURL=readme.css.map */