code {
  color: #131415 !important;
}
td {
  font-family: "Spezia", arial;
}
.description {
  font-family: "Spezia", arial;
}
.param-type {
  font-family: "Spezia", arial;
}
strong {
  font-family: "Spezia-SemiBold", arial;
}
h2,
h3 {
  margin-top: 25px !important;
}
a code {
  color: unset !important;
}
pre {
  background-color: #f3f3f5;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
}
pre > code {
  padding: 0 !important;
}
.languages li {
  display: inline;
  margin-right: 16px;
}
.languages a {
  font-size: 15px;
}
.highlight span {
  font-family: monospace, monospace;
  line-height: inherit;
}
ol li {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 12px;
}
ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 6px;
}
ul ul {
  margin: 8px 0 0 0;
}
ol ul {
  margin: 8px 0 0 0;
}
i {
  font-style: italic;
}
.languages a {
  width: 150px;
  margin: 20px 0;
}
table {
  margin-bottom: 24px;
}
table tr th {
  color: #5f6062;
  font-family: "Spezia", arial;
}
table tr td,
table tr th {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}
table tr td {
  font-family: "Spezia", arial;
}
.docs_table {
  margin-top: 20px;
}
.docs_table td,
.docs_table th {
  border: solid #000 1px;
  padding: 4px;
}
.docs_table td {
  font-family: "Spezia", arial;
}
.docs_table th {
  font-family: "Spezia-SemiBold", arial;
}
.docs_table .red {
  color: #f00;
}
.docs_table tr.footnote_row td {
  border: none;
  padding-top: 8px;
}
.codec-table {
  margin-top: 12px;
}
.codec-table .green {
  background-color: #008000;
}
.codec-table .light-green {
  background-color: #90ee90;
}
.codec-table .red {
  background-color: #f00;
}
.codec-table thead > tr > th:nth-child(1) {
  width: 160px;
  text-align: left;
}
.codec-table tbody > tr > td:nth-child(1) {
  color: #5f6062;
}
.codec-table tbody > tr > td:nth-child(n+2) {
  text-align: center;
  width: 70px;
}
.codec-table td,
.codec-table th {
  font-weight: 600;
  padding: 6px;
  border: #ccc solid;
}
sup {
  font-size: 75%;
}
.rest-heading {
  font-weight: bold;
  margin-bottom: 10px;
}
.devguide-toc-section {
  width: 100%;
  max-width: 840px;
  display: block;
  font-family: "Spezia", arial;
  border-bottom: 1px solid #c2c4cc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  min-height: 40px;
}
.devguide-toc-section .heading {
  width: 213px;
  float: left;
  font-size: 18px;
  color: #5f6062;
  margin-right: 35px;
  line-height: 24px;
}
.devguide-toc-section .languages {
  width: 178px;
  float: left;
  font-size: 12px;
  color: #871fff;
  margin-right: 50px;
}
.devguide-toc-section .languages li {
  margin-left: 0;
  margin-right: 4px;
  line-height: 20px;
}
.devguide-toc-section .desc {
  float: left;
  width: 350px;
  font-size: 14px;
  line-height: 1.4;
  color: #5f6062;
}
.devguide-toc-section.core {
  margin-top: 16px;
  margin-bottom: 40px;
}
.devguide-toc-section:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.feedback-module {
  background-color: #f9f9f9;
  text-align: center;
  padding: 60px 0 60px 0;
}
.feedback-module .btn {
  margin: 0 10px 10px 10px;
}
.feedback-module textarea {
  width: 900px;
  height: 120px;
  margin: 10px 0;
  font-family: "Muli", arial;
  padding: 17px 25px;
}
.feedback-module textarea::placeholder {
  color: #b7b7b7;
  font-weight: lighter;
}
.feedback-module #submitFeedback {
  margin-left: 710px;
}
.feedback-module .supportLink {
  width: 900px;
  background: #000;
  margin: -100px 0;
}
.feedback-module .supportLink p {
  font-size: 13px;
}
.feedback-module #thankYouMessage {
  margin: 30px 0 0 0;
}
/* For devices smaller than 1200px */
@media (max-width: 1200px) {
  .devguide-toc-section {
    width: 300px;
    margin-bottom: 30px;
  }
  .devguide-toc-section .heading {
    width: 300px;
    margin-bottom: 8px;
  }
  .devguide-toc-section .languages {
    width: 300px;
    margin-bottom: 8px;
  }
  .devguide-toc-section.core {
    margin-bottom: 30px;
  }
  .devguide-toc-section.core .languages,
  .devguide-toc-section.core .desc {
    display: none;
  }
}
.topic-summary {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 24px;
}
.sdk-nav {
  display: inline-table;
}
.sdk-nav a {
  margin: 0;
  width: 145px;
}
.sdk-nav.top {
  margin-top: 20px;
}
.tool-box {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  padding: 36px;
  margin-bottom: 30px;
  height: 185px;
  width: 427px;
  cursor: pointer;
}
.tool-box:hover {
  background-color: #f3fcff;
}
.tool-box h3 {
  margin-top: 0;
}
.beta-box-container {
  display: table;
}
.beta-box {
  flex-direction: column;
  min-height: 222px;
  float: left;
  width: 300px;
  padding: 0 60px 10px 0;
  margin-right: 18px;
  margin-bottom: 20px;
  margin-top: 27px;
}
.beta-box .btn {
  align-self: flex-start;
}
.beta-box:nth-child(odd) {
  clear: both;
}
.beta-box:nth-child(even) {
  padding-right: 0;
}
.section-subheader {
  text-decoration: underline;
  font-weight: bold;
}
.important code {
  background-color: inherit;
  padding: 0;
}
.table-link {
  position: relative;
  width: 100%;
  text-align: left;
  text-indent: 60px;
}
.table-link span {
  color: #871fff;
  font-size: 16px;
  font-family: "Spezia", arial;
}
.table-link i,
.table-link:after {
  position: absolute;
}
.table-link i {
  top: 15px;
  left: 15px;
}
.table-link:after {
  top: 20px;
  right: 15px;
}
.table-link:hover {
  background-color: #f4fdff;
}
.extra-margin-bottom {
  margin-bottom: 24px;
}
.overview-list li .sublist {
  font-size: 90%;
  margin-left: -20px;
}
.overview-list li .sublist li {
  line-height: 20px;
  border: none;
  padding-left: 40px;
  width: 730px;
  background-color: inherit;
}
.overview-list li .sublist li:hover {
  line-height: 20px;
  border: none;
  padding-left: 40px;
  width: 730px;
  background-color: #fff;
}
.diagram {
  display: flex;
}
.diagram-right {
  position: absolute;
  margin-top: -25px;
  left: 240px;
  z-index: -1;
}
.diagram-right img {
  width: 100%;
  min-width: 720px;
}
.diagram-left {
  min-width: 312px;
}
.diagram-left p {
  font-family: "Spezia-SemiBold", arial;
}
.infographic {
  display: block;
  position: relative;
  width: 75%;
  margin: auto;
  margin-top: -20px;
  z-index: -500;
}
.infographic-alt {
  display: none;
  position: relative;
  width: 75%;
  margin: auto;
  margin-top: -20px;
  z-index: -500;
}
.glossary-hr {
  margin: 10px 0;
}
.get-started-box {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  padding: 0 20px 10px;
  margin-right: 18px;
  margin-bottom: 18px;
  cursor: pointer;
}
.get-started-box p {
  margin: 15px 58px 10px;
}
.get-started-box img {
  float: left;
  position: relative;
  top: 25px;
  width: 35px;
  height: 35px;
}
.get-started-box a {
  font-size: 20px;
}
.get-started-box:hover {
  background-color: #f4fdff;
}
.get-started-box-container {
  margin-right: 60px;
  margin-top: 30px;
}
.left-half {
  width: 42%;
  margin-bottom: 20px;
}
.right-half {
  width: 50%;
  float: right;
  text-align: center;
}
.right-half p {
  text-align: left;
  margin: 5px;
}
.right-half pre {
  margin-bottom: 10px;
}
.right-half #share-embed-details {
  display: none;
}
.screenshot-with-bg {
  background-color: #f5f7f8;
  border-radius: 5px;
  padding: 15px;
  min-height: 520px;
}
.screenshot-with-bg #iframe-holder {
  min-height: 365px;
}
#overview {
  margin-top: 20px;
}
.overview-list li {
  list-style: none;
  width: 750px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #ebebeb;
  padding: 8px 20px;
  margin: -1px 0 0;
}
.overview-list li:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
.overview-list a,
.overview-list a:visited {
  color: #871fff;
}
strong code {
  font-weight: normal;
}
strong a {
  font-weight: 600;
}
#copy-image-loader {
  display: none;
  content: url("/https/tokbox.com/developer/img/icons/copy-icon-blue.svg") url("/https/tokbox.com/developer/img/icons/copy-icon-black.svg") url("/https/tokbox.com/developer/img/icons/copy-icon-gray.svg") url("/https/tokbox.com/developer/img/icons/checkmark-icon.svg");
}
#editor {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.clippy {
  height: 12px;
  width: 12px;
  margin-bottom: -2px;
}
.otjs-script-tag {
  margin-bottom: 52px;
  display: flex;
}
.otjs-script-tag span code {
  padding: 8px 6px;
  margin-right: 8px;
}
.otjs-script-tag .copied-text {
  left: 8px;
  display: none;
}
.ac-copy {
  width: 22px;
  height: 22px;
  background: url("/https/tokbox.com/developer/img/icons/copy-icon-gray.svg") no-repeat;
  background-size: auto 22px;
  border: none;
  border-radius: 0;
  padding: 0;
  letter-spacing: normal;
  font-size: 16px;
  position: relative;
}
.ac-copy:hover {
  background-image: url("/https/tokbox.com/developer/img/icons/copy-icon-blue.svg");
}
.ac-copy:active {
  background-image: url("/https/tokbox.com/developer/img/icons/copy-icon-black.svg");
}
.embed-copy {
  top: 19px;
  left: 196px;
}
.right-half span pre,
.right-half pre {
  margin-top: -10px;
  text-align: left;
}
.copied-text {
  font-size: 12px;
  color: #871fff;
  position: relative;
  bottom: 10px;
  left: 210px;
}
.copied-text img {
  width: 15px;
  border: none;
}
.snippet {
  color: #871fff;
  font-size: 16px;
  word-wrap: break-word;
  margin-right: 12px;
  margin-bottom: 4px;
  position: relative;
  top: -6px;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.snippet p,
.snippet span {
  color: #777;
  font-family: monospace, monospace;
  font-size: 14px;
  line-height: 20px;
}
.next-steps-list li {
  list-style: none;
  width: 750px;
  border-radius: 2px;
  background-color: #fff;
  border: solid 1px #ebebeb;
  padding: 8px 20px;
  margin: -1px 0 0;
  color: #871fff;
}
.next-steps-list li:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}
.snippet-container {
  display: block;
  margin-bottom: 25px;
}
.snippet-container.hidden {
  display: none;
}
.snippet-container p {
  margin: 0 0 5px 0;
}
.snippet-container pre,
.snippet-container pre code {
  background-color: #fff;
}
.snippet-container pre {
  margin-bottom: 10px;
}
.fast-track-banner {
  width: 100%;
  background-color: #f9f9f9;
}
.fast-track-banner-content {
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 815px;
}
.fast-track-banner-head {
  margin-left: 98px;
  font-family: "Spezia", arial;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.28;
}
.fast-track-banner-desc {
  margin-left: 98px;
  font-family: "Spezia", arial;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.88;
  color: #5f6062;
  width: 588px;
}
.fast-track-banner-left h2 {
  margin: 8px 0 4px 0;
}
.fast-track-banner-right {
  margin: auto 0;
}
#network-tree {
  display: block;
  margin: auto;
  margin-top: 40px;
  width: 100%;
}
.screenshot {
  background: #f5f7f8;
  border-radius: 10px;
  padding: 25px;
  width: 800px;
}
.screenshot img {
  border-radius: 10px;
  width: 800px;
}
.inspector-docs-button-img {
  background: #aa89ce;
  padding: 2px;
  border-radius: 4px;
  margin: 0 2px;
}
.inspector-docs-button-img.background-gray {
  background: #f3f3f5;
}
code[class*="language-"] {
  font-family: monospace !important;
}
/* For devices smaller than 1100px */
@media (max-width: 1100px) {
  .table-link {
    text-indent: 52px;
  }
  .table-link span {
    font-size: 12px;
  }
}
