html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Noto Sans", "Ubuntu", "Droid Sans", "Helvetica Neue", sans-serif;
}

h3 {
  font-weight: normal;
}

section[class=api]:not(:first-child) {
  margin-top: 100px;
}

section[class=api] {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

section[class=enum] {
  margin-top: 50px;
}

table, th, td {
  border: 1px solid #c1c7d0;
  border-collapse: collapse;
}

table {
  width: 100%;
}

th, td {
  padding: 8px;
  font-size: 14px;
}

th {
  background-color: #f4f5f7;
}
