html,
body {
  font-weight: 400;
}

header {
  display: block;
  border: 1px solid #F0F1F2;
}

article > aside .menu .dd-item > ul {
  border-left: 1px dashed #d4d8de;
  border-bottom: 1px dashed #d4d8de;
  padding-left: 15px;
}

.contentWidth {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

article {
  width: 100vw;
}
article > aside {
  left: auto;
}
article section {
  padding: 2rem 3.5rem;
}

article section.page {
  padding: 3rem 2rem 3rem 4.5rem;
}

img {
  max-height: 500px;
}

code {
  vertical-align: baseline;
  background-color: #F8FAFB;
  border: 1px solid #DBE4EC;
  border-radius: 4px;
}

pre > code {
  vertical-align: middle;
}

a > code,
pre > code {
  border: none;
  background-color: inherit;
}

div.featherlight img {
  max-height: 900px;
}

section a {
  color: #2196c9;
  font-weight: 500;
}

section ul {
  list-style-type: none;
}
section ul > li {
  align-items: center;
}

section > ol > li > ul {
  padding: 0;
}

article section.page > ol {
  margin-left: 43px;
}

article section.page .ui-widget-content ol {
  margin-left: 43px;
  padding: 0;
}

section ul > li:before {
  content: " " !important;
  background: #2196c9;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-right: 0.45rem;
  margin-top: -3px;
  display: inline-block;
}

section li p {
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 18px;
}

section ol {
  counter-reset: item;
  list-style-type: none;
}

section > ol {
  padding: 0;
  margin: 22px 0 30px;
}

section ol li {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}

section > ol > li {
  margin-bottom: 27px;
}

section ol > li:before {
  color: #158BC2;
  content: counter(item) "  ";
  counter-increment: item;
  background-color: #DBE4EC;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  text-align: center;
  left: -40px;
}

article section.page {
  color: #35393B;
}

article section.page h1,
article section.page h2,
article section.page h3,
article section.page h4,
article section.page h5,
article section.page strong {
  color: #35393b;
}

article section.page h2 {
  margin-top: 3rem;
}

article section.page h3 {
  font-size: 1.5rem;
  margin-top: 1rem;
  line-height: 1.2;
  font-weight: 500;
}

#version-selection-label {
  display: none;
}

/** FLEEEEXXXX **/

@media (max-width: 768px) {
  header {
    height: 7rem;
  }
  header .logo {
    width: 100%;
    flex: none;
  }
  header nav.shortcuts {
    flex: none;
    align-items: baseline;
  }

  header .searchbox {
    padding-left: 0;
    width: 40vw;
  }

  header nav.shortcuts li {
    margin-right: 1rem;
  }
  header nav.shortcuts li a {
    color: transparent;
  }
  header .fa-github {
    color: white;
  }

  article > section.page {
    margin: 0 0;
    padding: 1rem;
  }

  article {
    margin-top: 7rem;
  }
}
