html {
  color: rgba(24, 24, 24, 0.737);
  font-size: 16px;
  line-height: 1.50;
  font-family: Helvetica, sans-serif;
  font-variant-ligatures: common-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 1em 0;
}

h1:after {
  content: "";
  display: block;
  position: relative;
  top: .33em;
  border-bottom: 1px solid hsla(0, 0%, 50%, .33)
}

h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0;
}


input {
  overflow: visible
}



blockquote,
dl,
p,
ol,
ul,
pre {
  margin: 0.8em 0;
}

ol,
ul {
  padding: 0 0 0 40px;
}


ol ol,
ol ul,
ul ol,
ul ul {
  display: block;
  list-style: disc outside none;
  padding: 0 0 0 40px;
}

ol {
  list-style-type: decimal;
}

li {
  display: list-item;
  margin-top: 0.4em;
}

ul ul,
ol ul {
  list-style-type: circle;
  margin-left: 15px;
}

ol ol,
ul ol {
  list-style-type: lower-latin;
  margin-left: 15px;
}

a {
  background-color: transparent;
  color: #455A64;
  text-decoration: underline;
  text-decoration-skip: ink;
  -webkit-text-decoration-skip: objects;
}

a:focus,
a:hover {
  text-decoration: none;
}

code,
pre {
  font-family: Roboto Mono, Lucida Sans Typewriter, Lucida Console, monaco, Courrier, monospace;
  font-size: .85em
}

code *,
pre * {
  font-size: inherit
}

blockquote {
  color: rgba(0, 0, 0, .5);
  padding-left: 1.5em;
  border-left: 5px solid rgba(0, 0, 0, .1)
}

code {
  background-color: rgba(0, 0, 0, .05);
  border-radius: 3px;
  padding: 2px 4px
}

hr {
  border: 0;
  border-top: 1px solid hsla(0, 0%, 50%, .33);
  margin: 2em 0
}

pre>code {
  background-color: rgba(0, 0, 0, .05);
  display: block;
  padding: .5em;
  -webkit-text-size-adjust: none;
  overflow-x: auto;
  white-space: pre
}


table {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  border-right: 1px solid #dcdcdc;
  padding: 8px 12px
}

td:last-child,
th:last-child {
  border-right: 0
}

td {
  border-top: 1px solid #dcdcdc
}


img {
  max-width: 100%;
  border-style: none;
}

footer,
header,
nav,
section {
  display: block
}

figcaption,
figure {
  display: block
}


audio,
video {
  display: inline-block
}