section ul.second-level {
  margin-left: 20px;
}
section ul.second-level li {
  list-style: circle outside none;
}
section li {
  list-style: square outside none;
  margin-left: 20px;
}
strong {
  font-weight: bold;
}
#documentation-developer .content .main section h1 {
  margin-bottom: 17px;
}
#documentation-developer .content .main section h2.rest {
  font-size: 18px;
  margin-bottom: 15px;
}
#documentation-developer .content .main section h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 22px;
  padding: 0;
}
#documentation-developer .content .main section .example-result {
  overflow: hidden;
  padding-top: 0px;
}
#documentation-developer .content .main section .example-result table.example-result-table {
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  border-collapse: collapse;
  table-layout: fixed;
}
#documentation-developer .content .main section .example-result table.example-result-table td {
  border: 0;
  padding: 0;
  width: 50%;
  vertical-align: top;
  overflow: hidden;
}
#documentation-developer .content .main section .example-result table.example-result-table td[colspan="2"] {
  width: 100%;
}
#documentation-developer .content .main section .example-result table.example-result-table td:first-child {
  padding-right: 10px;
}
#documentation-developer .content .main section .example-result table.example-result-table td:last-child {
  padding-left: 10px;
}
#documentation-developer .content .main section .example-result table.example-result-table .code,
#documentation-developer .content .main section .example-result table.example-result-table .comment {
  float: none;
  width: auto;
}
#documentation-developer .content .main section .example-result table.example-result-table pre {
  max-width: 100%;
  overflow-x: auto;
}
#documentation-developer .content .main section .example-result table.example-result-table .code pre {
  white-space: pre;
}
#documentation-developer .content .main section .example-result table.example-result-table .comment pre {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media (max-width: 1100px) {
  #documentation-developer .content .main section .example-result table.example-result-table,
  #documentation-developer .content .main section .example-result table.example-result-table tbody,
  #documentation-developer .content .main section .example-result table.example-result-table tr,
  #documentation-developer .content .main section .example-result table.example-result-table td {
    display: block;
    width: 100% !important;
  }
  #documentation-developer .content .main section .example-result table.example-result-table td:first-child {
    padding-right: 0;
  }
  #documentation-developer .content .main section .example-result table.example-result-table td:last-child {
    padding-left: 0;
  }
  #documentation-developer .content .main section .example-result table.example-result-table .code {
    padding-top: 24px;
  }
  #documentation-developer .content .main section .example-result table.example-result-table .comment {
    padding-top: 24px;
  }
}
#documentation-developer .content .main section .example-result .code {
  float: left;
  padding-top: 24px;
  width: 50%;
}
#documentation-developer .content .main section .example-result .comment {
  float: left;
  padding-top: 44px;
  width: 50%;
}
#documentation-developer .content .main section .example-result .comment pre {
  color: #6C6C6C;
}
#documentation-developer .content .main section p.title {
  font-size: 16px;
  margin-bottom: 15px;
}
.green {
  color: #6a9f19;
}
.red {
  color: #de3939;
}
.blue {
  color: #437eb3;
}
.description {
  font-size: 15px;
  margin-bottom: 25px;
  margin-left: 34px;
}
.description p {
  margin-bottom: 15px;
}
