body {
  display: block;
  margin: 8px;
}
.help-page h1,
.help-page .h1,
.help-page h2,
.help-page .h2,
.help-page h3,
.help-page .h3,
#body.help-page,
.help-page-table th,
.help-page-table pre,
.help-page-table p {
  font-family: "Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
#body.help-page {
  font-size: 14px;
  line-height: 143%;
  color: #333333;
}
.help-page {
  padding: 0 20px 50px;
}
.help-page ul {
  display: block;
  list-style-type: disc;
  margin: 1em 1em 0 0;
  padding-left: 40px;
}
.help-page ul.nav {
  list-style-type: none;
  padding-left: 0;
}
.help-page li {
  display: list-item;
  text-align: -webkit-match-parent;
}
.help-page ul ul,
.help-page ol ul {
  list-style-type: circle;
}
.help-page ol ul,
.help-page ul ol,
.help-page ul ul,
.help-page ol ol {
  margin-top: 0px;
  margin-bottom: 0px;
}
.help-page hr {
  display: block;
  unicode-bidi: isolate;
  margin: 0.5em 0.5em auto auto;
  overflow: hidden;
  border-style: inset;
  border-width: 1px;
}
.help-page .help-paragraph {
  margin-top: 1em;
  margin-bottom: 1.5em;
  display: block;
}
.help-page .help-method {
  color: red;
  font-size: 36px;
}
.help-page .help-parameter {
  font-weight: 700;
  font-size: 36px;
  color: #1c1c9d;
  padding: 0 5px;
}
.help-page pre {
  display: block;
  padding: 9.5px;
  margin: 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
}
.help-page .help-page-table-wrapper {
  width: 100%;
  display: block;
  clear: both;
}
.help-page .help-requirement {
  color: red;
  float: right;
  font-size: 20px;
  border: red 2px solid;
  font-weight: bold;
  border-radius: 5px;
  padding: 0 10px 0 0;
  margin: 0 10px 10px 0;
}
.help-page pre.wrapped {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}
.help-page pre.wrapped.pre-short {
  max-width: 450px;
}
.help-page .warning-message-container {
  margin-top: 20px;
  padding: 0 10px;
  color: #525252;
  background: #efdca9;
  border: 1px solid #cccccc;
}
.help-page .help-page-table {
  border-collapse: collapse;
  text-align: left;
  margin: 0px 0px 20px 0px;
  border-top: 1px solid #d4d4d4;
}
.help-page .help-page-table th {
  font-weight: bold;
  border-bottom: 1px solid #d4d4d4;
  padding: 5px 6px 5px 6px;
  background: #d4d4d4;
  border: 1px solid white;
}
.help-page .help-page-table td {
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 8px 10px 8px;
  vertical-align: top;
}
.help-page .help-page-table th.col-enum-name,
.help-page .help-page-table td.enum-name {
  max-width: 250px;
  min-width: 150px;
}
.help-page .help-page-table th.col-enum-value,
.help-page .help-page-table td.enum-value {
  max-width: 200px;
  min-width: 100px;
  text-align: center;
}
.help-page .help-page-table pre,
.help-page .help-page-table p {
  margin: 0px;
  padding: 0px;
  font-family: inherit;
  font-size: 100%;
}
.help-page .help-page-table tbody tr:hover td {
  background-color: #f3f3f3;
}
.help-page a:hover {
  background-color: transparent;
}
.help-page .sample-header {
  border: 2px solid #d4d4d4;
  background: #00497e;
  color: white;
  padding: 8px 15px;
  border-bottom: none;
  display: inline-block;
  margin: 10px 0px 0px 0px;
  font-size: 14px;
  line-height: 143%;
  font-weight: bold;
}
.help-page .sample-content {
  border-width: 0;
  padding: 15px 20px;
  background: white;
  border: 2px solid #d4d4d4;
  margin: 0px 0px 10px 0px;
}
.help-page .sample-content .sample-title {
  display: block;
}
.help-page .api-name {
  width: 40%;
}
.help-page .api-documentation {
  width: 60%;
}
.help-page .parameter-annotations,
.help-page .parameter-name {
  max-width: 200px;
  min-width: 150px;
}
.help-page .parameter-type {
  max-width: 200px;
  min-width: 100px;
  text-align: left;
}
.help-page .parameter-code {
  max-width: 150px;
  min-width: 100px;
  text-align: center;
}
.help-page .parameter-documentation {
  max-width: 500px;
  min-width: 300px;
}
.help-page h1,
.help-page .h1 {
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
}
.help-page h2,
.help-page .h2 {
  font-size: 24px;
  font-weight: bold;
}
.help-page h3,
.help-page .h3 {
  font-size: 20px;
  font-weight: bold;
}
.help-page a {
  color: #0000ee;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
}
.help-page .help-tabs {
  margin: 20px 0 40px 0;
}
.help-page span[data-action='dropdown'] {
  cursor: pointer;
}
.help-page span.glyphicon {
  font-size: 16px;
  padding: 10px;
}
.help-page h1 .help-request-method {
  font-size: 30px;
}
.help-page .help-request-method {
  margin: 0 5px 15px 0;
  border: 1px solid black;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.19);
  font-size: 14px;
  font-weight: 700;
  min-width: 80px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 3px;
  background: black;
  font-family: Sans-serif;
  color: white;
}
.help-page .help-request-method_post {
  border-color: #49cc90;
  background: #49cc90;
}
.help-page .help-request-method_get {
  border-color: #1f74ca;
  background: #1f74ca;
}
.help-page .help-request-method_put {
  border-color: #fca130;
  background: #fca130;
}
.help-page .help-request-method_delete {
  border-color: #f93e3e;
  background: #f93e3e;
}
