#version-page {
  margin-bottom: 56px;
}

.tile-index-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-align: center;
  padding: 0;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
  /* five items */
}

.tile-index-row li {
  font-size: 36px;
  line-height: 54px;
  color: rgba(0, 0, 0, 0.38);
}

.tile-index-row li:hover, .tile-index-row li.active-tile-index {
  color: #124191;
  cursor: pointer;
  border-bottom: 4px solid #124191;
}

.tile-index-row li:first-child:nth-last-child(1) {
  width: 100%;
}

.tile-index-row li:first-child:nth-last-child(2),
.tile-index-row li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}

.tile-index-row li:first-child:nth-last-child(3),
.tile-index-row li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}

.tile-index-row li:first-child:nth-last-child(4),
.tile-index-row li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.tile-index-row li:first-child:nth-last-child(5),
.tile-index-row li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}

.tile-target {
  display: none;
}

.show-tile-target {
  display: block;
}

.block-api_table img,
.block-api_table svg,
.block-api_tableV2 img,
.block-api_tableV2 svg,
.block-optics_api_table img,
.block-optics_api_table svg,
.block-optics_howto_table img,
.block-optics_howto_table svg {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block-api_table svg,
.block-api_tableV2 svg,
.block-optics_api_table svg,
.block-optics_howto_table svg {
  width: 32px;
}

.block-api_table th,
.block-api_tableV2 th,
.block-optics_api_table th,
.block-optics_howto_table th {
  text-align: center;
}

.block-api_table th:first-child,
.block-api_tableV2 th:first-child,
.block-optics_api_table th:first-child,
.block-optics_howto_table th:first-child {
  text-align: left;
}

.block-api_table .api-table .small-col,
.block-api_tableV2 .api-table .small-col,
.block-optics_api_table .api-table .small-col,
.block-optics_howto_table .api-table .small-col {
  width: 10%;
}

.block-api_table .api-table .large-col,
.block-api_tableV2 .api-table .large-col,
.block-optics_api_table .api-table .large-col,
.block-optics_howto_table .api-table .large-col {
  width: 70%;
}

.block-api_tableV2 ul {
  padding: 0;
}

.block-optics_howto_table th:nth-child(2) {
  text-align: left;
}

.block-api_tableV2 th:nth-child(2),
.block-api_tableV2 th:nth-child(3) {
  text-align: left;
}

.table-category {
  color: #0065ED;
  font-weight: 900;
}
/*# sourceMappingURL=version_page.css.map */

/* API diff page*/
.target-group-api {
    margin-top: 5%;
}

img {
  max-width: 100%;
}

.raw-html {
  width: 100%;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 24px;
  margin-top: 16px;
}

.left-menu {
  height: 100vh;
  overflow-y: scroll;
  border-right: 2px solid lightgray;
}

/* all anchors */

.nav > li > a {
  padding: 3px;
}

#version-page {
  font-size: 14px;
  line-height: 21px;
  padding-top: 16px;
}
#version-page h2 {
  border-bottom: 1px solid lightgrey;
  margin-bottom: 14px;
  margin-top: 50px;
}
#version-page h3 {
  margin-bottom: 16px;
  margin-top: 37px;
}
#version-page h2:first-child {
  margin-top: 16px;
}
#version-page p {
  margin-bottom: 40px;
}
#version-page p + ul,
#version-page p + ol,
#version-page p + script + .code-toolbar {
  margin-top: -29px;
}
#version-page .note {
  margin: 29px 0;
}
#version-page img {
  display: block;
}

#version-page img.link-logo {
  display: inline-block;
  height: 2em;
  margin-bottom: 0;
}

