html, body, a, div, span, applet, object, iframe, h1, h2, h3, h4,
h5, h6, p, blockquote, abbr, acronym, address, big, cite, del, dfn,
table, caption, td, th, ins, img, em, kbd, q, s, samp, small, strike,
strong, sup, sub, var, tt, dl, dt, dd, ol, ul, li, form, fieldset,
label, tr, thead, tfoot, tbody, legend, pre,
code {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: baseline;
  -webkit-padding-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

html {
  box-sizing: border-box;
}

code {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 85%;
  padding: .2rem .4rem;
  color: #656565;
}

.highlighter-rouge code {
  padding: 0;
}

body {
  line-height: 1.7em;
  background: #fff;
  font-size: 18px;
  font-weight: normal;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #656565;
  text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

a {
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
}
a img {
  border: none;
}
a.article-title:hover {
  color: #0c65a5;
}

table,
caption,
td,
th {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

* {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}
*:before {
  box-sizing: inherit;
}
*:after {
  box-sizing: inherit;
}

canvas {
  border-radius: 5px;
}

button,
select,
input,
input[type='submit']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
button::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}

.wrapper {
  margin: 0 auto;
}
.wrapper:before {
  content: '';
  display: table;
}
.wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.inner:before {
  content: '';
  display: table;
}

.inner:after {
  content: '';
  display: table;
  clear: both;
}

#content-wrap {
  background-color: white;
  margin: 0;
  position: relative;
  top: 68px;
  bottom: 334px;
}

#content {
  background-color: #fff;
  position: relative;
}
#content:before {
  content: '';
  display: table;
}
#content:after {
  content: '';
  display: table;
  clear: both;
}

#content-inner {
  position: static;
}
#content-inner:before {
  content: '';
  display: table;
}
#content-inner:after {
  content: '';
  display: table;
  clear: both;
}

#content-inner.collapsed #sidebar {
  margin-left: -890px;
  transition: margin-left 0.3s;
}

#content-inner.collapsed .article-wrapper {
  margin-left: 50px;
  transition: margin-left 0.3s;
}

#content-inner .tutorial-statusbar .sidebar-icon {
  background-image: url('/assets/img/double-left.svg');
}

#content-inner.collapsed .tutorial-statusbar .sidebar-icon {
  background-image: url('/assets/img/double-right.svg');
}

#container {
  transition: 0.4s;
  height: 100%;
}

:target::before {
  content: '';
  display: block;
  height: 92px;
  /* fixed header height*/
  margin: -92px 0 0;
  /* negative fixed header height */
}

#header {
  position: fixed;
  background-color: rgb(29, 29, 29);
  color: #ebebeb;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  height: 68px;
}

#header-inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
}

.editors {
  text-align: center;
  white-space: nowrap;
  margin-bottom: 50px;
  margin-top: 50px;
}

.editors span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.editors img {
  width: 75px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  padding: 0;
  vertical-align: middle;
  cursor: pointer;
  opacity: 0.25
}

.editors img.selected {
  opacity: 1
}

.editors div {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.config-modes {
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

.config-modes div {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  width: 150px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  background-color: #60b050;
  color: white;
  opacity: .25;
}

.config-modes div.selected {
  opacity: 1;
}


.tutorial-overview {
  height: auto;
  line-height: unset;
  margin-bottom: 0.5rem;
}

.tutorial-overview > span, .tutorial-overview > img {
  vertical-align: middle;
}

.tutorial-overview > img {
  height:30px;
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  #header-inner {
    justify-content: center;
  }
}

#logo {
  position: absolute;
  left: 50%;
  margin-left: -890px;
  padding-left: 30px;
  text-decoration: none !important;
  border: 0px !important;
  outline: none;
  border-width: 0px;
  outline-width: 0px;
  border-bottom: none;
  font-weight: bold;
  vertical-align: middle;
  display : flex;
  align-items : center;
  justify-content: center;
}

.wallaby-logo {
  background: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='40' height='40'%3E%3Cg%3E%3Cpath d='m 0,20 20,0 0,-20 20,0 0,40 -40,0 z' style='fill:%2362b455;fill-opacity:1;fill-rule:evenodd'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
  min-width: 40px;
  height: 40px;
  margin-right: 15px;
}

.wallaby-logo-text {
  text-transform: uppercase;
  font-size: 1.5rem !important;
  font-weight: 400;
  letter-spacing: 2px;
  color: #ebebeb !important;
}

#search {
  margin-left: 140px;
}

#main-nav {
  width: 1024px;
  display: none;
  justify-content: center;
  vertical-align: middle;
}
#main-nav ul {
  display: flex;
  list-style: none;
}

.main-nav-link {
  display: none;
  font-size: 1.2rem;
  color: #ebebeb;
  text-decoration: none;
  transition: 0.2s;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 0px 20px 0px;
}
.main-nav-link:hover {
  opacity: 1;
  color: #62b455;
  text-decoration: none;
  outline: none;
}
.main-nav-link.active {
  color: #ebebeb;
  border-bottom: 0;
}

.main-nav-link .fa-github {
  font-size: 1.4em;
  position: relative;
  top: 3px;
}

.article-wrapper {
  position: relative;
  margin-top: 0;
  margin-bottom: 60px;
  margin-left: 350px;
  margin-right: 350px;
  display: flex;
  flex-direction: row;
  transition: margin-left 0.3s;
}

#article {
  margin-right: 0;
  width: 100%;
}
#article.sidebar-fixed {
  margin-right: 290px;
}

.article {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  right: 0;
  left: 0;
}

.article-date {
  color: #999;
  text-decoration: none;
  display: inline-block;
  margin-top: 1em;
}
.article-date:hover {
  color: #0c65a5;
}

a.article-edit-link {
  color: #616161;
  font-size: 1em;
  text-decoration: none;
  transition: 0.2s;
  display: none;
}
a.article-edit-link:hover {
  color: #0c65a5;
}

.article-content .article-heading + ul {
  padding-left: 15px;
}

.article-heading:hover .article-anchor {
  display: inline-block;
  border: 0;
}
.article-heading:hover .article-anchor:hover {
  text-decoration: none;
}

.article-content a.article-anchor {
  margin-left: 10px;
  display: none;
  border: 0;
  color: #1079c3;
}
.article-content a.article-anchor:hover {
  color: #1078c1;
}
.article-content a.article-anchor:before {
  content: '#';
}

.article-content,
.toc-top .article-content {
  line-height: 1.7em;
}
.article-content .api-toc,
.article-content .api-links,
.toc-top .article-content .api-toc,
.toc-top .article-content .api-links {
  list-style: none;
  padding-left: 0;
}
.article-content .api-li,
.article-content .api-title,
.toc-top .article-content .api-li,
.toc-top .article-content .api-title {
  margin-left: 0;
  margin-right: 0;
}
.article-content .api-title:first-child,
.toc-top .article-content .api-title:first-child {
  display: none;
}
.article-content hr,
.toc-top .article-content hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.article-content p,
.toc-top .article-content p {
  margin: 25px 0;
  word-wrap: break-word;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.article-content ol,
.toc-top .article-content ol {
  margin: 15px 0;
  padding-left: 30px;
  list-style: decimal;
}
.article-content ol li:not(.toc-item),
.toc-top .article-content ol li:not(.toc-item) {
  margin: 15px 0;
}
.article-content ol li:not(.toc-item) p,
.toc-top .article-content ol li:not(.toc-item) p {
  margin-bottom: 15px;
}
.article-content ol li:not(.toc-item) img,
.toc-top .article-content ol li:not(.toc-item) img {
  margin-top: 15px;
}
.article-content ol ul,
.toc-top .article-content ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
.article-content ol ol,
.toc-top .article-content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.article-content ol dl,
.toc-top .article-content ol dl {
  margin-top: 0;
  margin-bottom: 0;
}
.article-content ul,
.toc-top .article-content ul {
  margin: 0;
  padding-left: 30px;
  list-style: disc;
}
.article-content ul ul,
.toc-top .article-content ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
.article-content ul ol,
.toc-top .article-content ul ol {
  margin-top: 0;
  margin-bottom: 0;
}
.article-content ul dl,
.toc-top .article-content ul dl {
  margin-top: 0;
  margin-bottom: 0;
}
.article-content dl,
.toc-top .article-content dl {
  margin: 15px 0;
  padding-left: 30px;
  list-style: square;
}
.article-content dl ul,
.toc-top .article-content dl ul {
  margin-top: 0;
  margin-bottom: 0;
}
.article-content dl ol,
.toc-top .article-content dl ol {
  margin-top: 0;
  margin-bottom: 0;
}
.article-content dl dl,
.toc-top .article-content dl dl {
  margin-top: 0;
  margin-bottom: 0;
}
.article-content table,
.toc-top .article-content table {
  border: 1px solid #e8e8e8;
  display: block;
  margin: 15px 0;
  overflow: auto;
  width: 100%;
}
.article-content table code,
.toc-top .article-content table code {
  white-space: nowrap;
}
.article-content table th,
.toc-top .article-content table th {
  font-weight: 700;
  padding: 5px 10px;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
  font-size: 1em;
}
.article-content table th:empty,
.toc-top .article-content table th:empty {
  padding: 0;
}
.article-content table td,
.toc-top .article-content table td {
  padding: 15px 10px;
  font-size: 1em;
  line-height: 1.5em;
}
.article-content table td:not(:last-child),
.article-content table th:not(:last-child),
.toc-top .article-content table td:not(:last-child),
.toc-top .article-content table th:not(:last-child) {
  white-space: nowrap;
}
.article-content table td:last-child,
.article-content table th:last-child,
.toc-top .article-content table td:last-child,
.toc-top .article-content table th:last-child {
  width: 100%;
}
.article-content table td:last-child code,
.article-content table th:last-child code,
.toc-top .article-content table td:last-child code,
.toc-top .article-content table th:last-child code {
  white-space: normal;
}
.article-content table tr:nth-child(2n),
.toc-top .article-content table tr:nth-child(2n) {
  background: #fafafb;
}
.article-content table small,
.toc-top .article-content table small {
  font-size: small;
}
.article-content blockquote,
.toc-top .article-content blockquote {
  margin: 15px 0;
  padding: 15px;
  position: relative;
  border-left: 5px solid #eee;
  background-color: #f7f7f7;
}
.article-content blockquote > p:first-of-type:last-of-type,
.toc-top .article-content blockquote > p:first-of-type:last-of-type {
  margin-bottom: 0;
  margin-top: 0;
}
.article-content blockquote code,
.toc-top .article-content blockquote code {
  border-color: #ddd;
}
.article-content blockquote footer,
.toc-top .article-content blockquote footer {
  margin: 15px 0;
  font-style: italic;
}
.article-content blockquote footer cite:before,
.toc-top .article-content blockquote footer cite:before {
  content: 'â€”';
  padding: 0 0.3em;
}
.article-content blockquote footer cite a,
.toc-top .article-content blockquote footer cite a {
  color: color-grey;
}
.article-content iframe,
.toc-top .article-content iframe {
  margin: 2em 0;
}
.article-content .highlight,
.toc-top .article-content .highlight {
  margin: 1em 0;
}
.article-content h1.article-title,
.toc-top .article-content h1.article-title {
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #656565;
  line-height: 1.7em;
  font-size: 2.6em;
}
.article-content h1,
.toc-top .article-content h1 {
  font-size: 1.9em;
  line-height: 1.7em;
  font-weight: bold;
  margin: 2em 0 15px 0;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #656565;
}
.article-content h1 > a,
.toc-top .article-content h1 > a {
  font-weight: 700;
}
.article-content h1 > a:hover,
.toc-top .article-content h1 > a:hover {
  border-bottom: 0;
}
.article-content h1 + h2,
.toc-top .article-content h1 + h2 {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.article-content h2,
.toc-top .article-content h2 {
  margin-top: 20px;
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: bold;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.article-content h2 > a:hover,
.toc-top .article-content h2 > a:hover {
  border-bottom: 0;
}
.article-content h2 code,
.toc-top .article-content h2 code {
  font-weight: bold;
}
.article-content h2 sup {
  color: #DD0031;
  font-weight: bold;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1rem;
}
.article-content h3,
.toc-top .article-content h3 {
  margin-top: 20px;
  font-size: 1.1em;
  line-height: 1.7em;
  font-weight: bold;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding-bottom: 2px;
}
.article-content h4,
.toc-top .article-content h4 {
  line-height: 1em;
  font-weight: bold;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.article-content h5,
.toc-top .article-content h5 {
  line-height: 1em;
  font-weight: bold;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.article-content h6,
.toc-top .article-content h6 {
  line-height: 1em;
  font-weight: bold;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.article-content > h2 + p > strong,
.article-content > h1 + p > strong,
.toc-top .article-content > h2 + p > strong,
.toc-top .article-content > h1 + p > strong {
  margin-top: 0;
}
.article-content a,
.toc-top .article-content a {
  color: #1079c3;
  text-decoration: none;
  border-bottom: 1px dotted #1079c3;
}
.article-content a:hover,
.toc-top .article-content a:hover {
  color: #0c65a5;
  border-bottom: 1px solid #0c65a5;
}
.article-content > a,
.toc-top .article-content > a {
  display: inline-block;
  margin-bottom: 15px;
}
.article-content strong,
.toc-top .article-content strong {
  font-weight: 700;
}
.article-content em,
.toc-top .article-content em {
  font-style: italic;
}
.article-content strong > em,
.toc-top .article-content strong > em {
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em;
  border-bottom: 1px dotted #ccc;
}
.article-content strong + strong > em,
.toc-top .article-content strong + strong > em {
  color: #bbb;
  margin-left: 5px;
}
.article-content li,
.toc-top .article-content li {
  margin: 15px 10px;
  line-height: 1.7em;
}
.article-content li p,
.toc-top .article-content li p {
  margin: 0;
}
.article-content li table,
.toc-top .article-content li table {
  margin: 2em 0;
}
.article-content li blockquote,
.toc-top .article-content li blockquote {
  margin: 1em 0;
}
.article-content li iframe,
.toc-top .article-content li iframe {
  margin: 1em 0;
}
.article-content li .highlight,
.toc-top .article-content li .highlight {
  margin: 2em 0;
}
.article-content img,
.toc-top .article-content img {
  max-width: 100%;
  border-radius: 5px;
}
.article-content img.no-border,
.toc-top .article-content img.no-border {
  border: 0;
  box-shadow: 0 0 0;
}
.article-content video,
.toc-top .article-content video {
  max-width: 100%;
  border: 1px solid #ddd;
  margin: 0;
}
.article-content .note,
.toc-top .article-content .note {
  font-weight: 400;
  border: 0;
  margin: 25px 0;
  padding: 20px 40px;
  position: relative;
  border-left: 5px solid #8f949e;
  font-style: normal;
  color: #45494c;
}
.article-content .note footer,
.toc-top .article-content .note footer {
  margin: 15px 0;
  font-style: italic;
}
.article-content .note footer cite:before,
.toc-top .article-content .note footer cite:before {
  content: 'â€”';
  padding: 0 0.3em;
}
.article-content .note footer cite a,
.toc-top .article-content .note footer cite a {
  color: color-grey;
}
.article-content .note > h1,
.article-content .note > h2,
.article-content .note > h3,
.toc-top .article-content .note > h1,
.toc-top .article-content .note > h2,
.toc-top .article-content .note > h3 {
  margin-top: 15px;
  padding-top: 0;
  border: 0;
}
.article-content .note ul > li,
.toc-top .article-content .note ul > li {
  font-weight: 400;
  color: #45494c;
}
.article-content .note h1,
.toc-top .article-content .note h1 {
  font-size: 1.2em;
}
.article-content .note p:first-of-type:last-of-type,
.toc-top .article-content .note p:first-of-type:last-of-type {
  margin: 0;
}
.article-content .note strong,
.toc-top .article-content .note strong {
  font-weight: 500;
}
.article-content .note code,
.toc-top .article-content .note code {
  border-color: #ddd;
}
.article-content .note.warning,
.toc-top .article-content .note.warning {
  border-left-color: #f0ad4e;
  background-color: #fffbf5;
}
.article-content .note.warning .note-title,
.toc-top .article-content .note.warning .note-title {
  color: #f0ad4e;
}
.article-content .note.warning a,
.toc-top .article-content .note.warning a {
  color: #e4a23b;
  border-bottom-color: #e4a23b;
}
.article-content .note.info,
.toc-top .article-content .note.info {
  border-left-color: #2a98b9;
  background-color: #f2fafd;
}
.article-content .note.info a,
.toc-top .article-content .note.info a {
  color: #2a98b9;
  border-bottom-color: #2a98b9;
}
.article-content .note.info .note-title,
.toc-top .article-content .note.info .note-title {
  color: #2a98b9;
}
.article-content .note.success,
.toc-top .article-content .note.success {
  border-left-color: #00bf88;
  background-color: #f1fdf9;
}
.article-content .note.success a,
.toc-top .article-content .note.success a {
  color: #00bf88;
  border-bottom-color: #00bf88;
}
.article-content .note.success .note-title,
.toc-top .article-content .note.success .note-title {
  color: #00bf88;
}
.article-content .note.danger,
.toc-top .article-content .note.danger {
  border-left-color: #d9534f;
  background-color: #fff2f2;
}
.article-content .note.danger .note-title,
.toc-top .article-content .note.danger .note-title {
  color: #d9534f;
}
.article-content .note.danger a,
.toc-top .article-content .note.danger a {
  color: #de5e5a;
  border-bottom-color: #de5e5a;
}
.article-content .note-title,
.toc-top .article-content .note-title {
  margin: 0;
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.article-footer {
  clear: both;
  margin: 4em 0 0;
  border-top: 1px solid #e3e3e3;
  text-align: center;
  color: #999;
  line-height: 1.3em;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
  overflow: auto;
}
.article-footer:before {
  content: '';
  display: table;
}
.article-footer:after {
  content: '';
  display: table;
  clear: both;
}

.article-footer-prev,
.article-footer-next {
  color: #1079c3;
  text-decoration: none;
  font-weight: 400;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  left: auto;
  display: inline-block;
  width: 50%;
  border-bottom: 0 !important;
}
.article-footer-prev:hover,
.article-footer-next:hover {
  color: #0c65a5;
}
.article-footer-prev span,
.article-footer-next span {
  padding: 0 6px;
}
.article-footer-prev i,
.article-footer-next i {
  font-size: 0.8em;
}

.article-footer-prev {
  text-align: left;
  float: left;
}

.article-footer-next {
  text-align: right;
  float: right;
}

.article-footer-updated {
  margin: 1em 0 3em;
  text-align: center;
  font-size: 0.9em;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: italic;
  color: #999;
  line-height: 1em;
  padding-top: 2em;
  position: relative;
}
.article-footer-updated:before {
  content: '';
  display: table;
}
.article-footer-updated:after {
  content: '';
  display: table;
  clear: both;
}

.article-header {
  width: 100%;
  margin-bottom: 15px;
  align-items: center;
}

.article-title {
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
  padding-top: 40px;
  text-decoration: none;
  color: #656565;
  line-height: 1.2em;
  font-size: 1.9em;
}

.article-inner:before {
  content: '';
  display: table;
}

.article-inner:after {
  content: '';
  display: table;
  clear: both;
}

#sidebar {
  z-index: 1;
  width: 290px;
  background-color: white;
  position: fixed;
  overflow-y: auto;
  top: 68px;
  padding-bottom: 20px;
  left: 50%;
  margin-left: -890px;
  bottom: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: all 0.3s;
}

#content-inner.collapsed #sidebar {
  left: 0;
  margin-left: -890px;
  transition: margin-left 0.3s;
}

#sidebar::-webkit-scrollbar {
  display: none;
}
#sidebar > ul {
  padding-top: 25px;
  list-style: none;
  flex-grow: 1;
  overflow-y: auto;
}

.sidebar-title {
  padding: 0;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  color: #656565;
  display: inline-block;
  line-height: 1.2em;
  font-size: 1em;
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin: 5px 0;
}
.sidebar-title strong {
  padding: 8px 30px;
  display: block;
  font-weight: bolder;
}
.sidebar-title:hover {
  color: #656565;
}
.sidebar-title:after {
  transition: 0.3s;
  transform-style: preserve-3d;
  transform: rotateX(0deg);
  content: '\f078';
  font-family: FontAwesome;
  position: absolute;
  left: 255px;
  top: 5px;
  font-size: 0.7em;
}
.sidebar-title ul.sidebar-links {
  margin-top: 0;
  transition: height 0.2s ease-out;
  height: auto;
  list-style: none;
  padding-left: 10px;
}
.sidebar-title.is-collapsed ul.sidebar-links {
  height: 0;
}
.sidebar-title.is-collapsed:after {
  transform: rotateX(180deg);
}

#sidebar .sidebar-title:first-child {
  margin-top: 0;
}

.sidebar-li {
  line-height: 1.7;
  width: 285px;
}

.sidebar-title a.sidebar-link {
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.95em;
  display: block;
  color: #656565;
  text-decoration: none;
  padding: 3px 30px;
  position: relative;
  width: 100%;
  font-weight: 400;
  overflow: auto;
  white-space: normal;
}
.sidebar-title a.sidebar-link.current {
  color: white;
  font-weight: 700;
  background-color: #60b050;
}
.sidebar-title a.sidebar-link.current:hover {
  color: white;
  background-color: #60b050;
}
.sidebar-title a.sidebar-link.current:hover span {
  border-bottom: 0;
}
.sidebar-title a.sidebar-link:hover {
  color: #60b050;
}

.sidebar-link sup {
  color: #DD0031;
  font-weight: bold;
  padding-left: .2rem;
  font-size: 0.6rem;
  text-transform: uppercase;
}

.sidebar-link.current sup {
  color: white;
}

#article-toc .sidebar-title {
  padding: 10px 0;
}

#article-toc {
  display: none;
  overflow-x: hidden;
  width: 290px;
  opacity: 0.8;
  justify-self: flex-end;
  position: fixed;
  margin-left: 550px;
  top: 68px;
  left: 50%;
  bottom: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#article-toc::-webkit-scrollbar {
  display: none;
}

.toc {
  padding-left: 10px;
}

.toc-child {
  padding-left: 1em;
  font-size: 0.9em;
  line-height: 1.5;
  list-style: none;
}

#article-toc-inner {
  padding: 0 20px;
  width: 290px;
}
#article-toc-inner .sidebar-title {
  margin-top: 0;
}
#article-toc-inner:before {
  content: '';
  display: table;
}
#article-toc-inner:after {
  content: '';
  display: table;
  clear: both;
}

.toc-link {
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  display: block;
  color: #787e82;
  text-decoration: none;
  padding: 5px 0 5px 5px;
  line-height: 1.4;
  position: relative;
  width: 100%;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: auto;
  white-space: normal;
}
.toc-link.current {
  color: #1079c3;
}
.toc-link:hover {
  color: #0c65a5;
}
.toc-link sup {
  color: #DD0031;
  font-weight: bold;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 0.8rem;
}

#article-toc-top {
  margin-top: 2em;
  text-decoration: none;
  color: #1079c3;
  display: block;
  margin-bottom: 40px;
  font-family: "Open Sans", -apple-system, system-ui, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-left: 1em;
  font-size: 0.9em;
}
#article-toc-top:hover {
  color: #0c65a5;
}

.toc,
.toc-item {
  list-style: none;
  padding-bottom: 10px;
}

.toc-link {
  border-left: 5px solid transparent;
  padding-left: 10px;
  font-size: 0.9em;
}

.interactive-tutorial .active > .toc-link {
  border-left-color: #fff;
}

.interactive-tutorial .not-completed > .toc-link {
  border-left-color: #815fa7;
}

.active > .toc-link {
  font-weight: 700;
  color: #656565;
  border-left-color: #60b050;
}

#article-toc-inner {
  padding: 40px 20px 0px 20px;
}

.toc-top .toc {
  border-left: 0;
  padding-left: 0;
}

.toc-top .article-content {
  padding-top: 20px;
}

.toc-top ol.toc,
.toc-top ol.toc-child {
  padding-bottom: 15px;
  padding-left: 0;
}

.toc-top ol.toc-child {
  padding-bottom: 5px;
}

.toc-top .toc-link {
  padding-left: 0;
  padding: 3px 10px;
  line-height: 2em;
  font-size: 1.1em;
}

.toc-top .article-header h1,
.toc-top .article-header .article-edit-link {
  border-bottom: 0;
}

.toc-top .toc-level-1 a.toc-link {
  padding-left: 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
  color: #999;
}
.toc-top .toc-level-1 a.toc-link:hover {
  cursor: pointer;
  color: #999;
  border-bottom: 1px solid #eee;
}

.toc-top .toc-level-2 a.toc-link {
  border-bottom: 0;
  padding-left: 5px;
  color: #1079c3;
}
.toc-top .toc-level-2 a.toc-link:before {
  content: '\f105';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 3px;
}
.toc-top .toc-level-2 a.toc-link:hover {
  cursor: pointer;
  color: #0c65a5;
  border-bottom: 0;
}

.toc-top .article h1:first-of-type {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.toc-top .article h2:first-of-type {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

#article-toc-inner.interactive-tutorial:before {
  content: 'Tutorial modules';
  padding-left: 25px;
  padding-bottom: 1rem;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.tutorial-statusbar {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 68px;
  background: #fff;
  z-index: 19;
  height: 5rem;
  margin-left: -3rem;
  margin-right: -3rem;
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.tutorial-statusbar-content {
  margin-left: -1px;
  margin-right: -1px;
  height: 5rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #65656544;
}

.tutorial-statusbar .sidebar-icon {
  width: 16px;
  height: 16px;
  background-position: left bottom;
  background-repeat: no-repeat;
  cursor: pointer;
}

.tutorial-statusbar .module-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: .9rem;
  letter-spacing: .07rem;
}

.tutorial-statusbar .connection-label {
  vertical-align: bottom;
}

.tutorial-statusbar .connection-label, .tutorial-statusbar .progress-label {
  line-height: 1.6rem;
  white-space: nowrap;
}

.tutorial-statusbar .connection-label {
  display: none;
}

.tutorial-statusbar .connection-label:before {
  content: "";
  height: .8rem;
  width: 1.2rem;
  background-image: url('/assets/img/link.svg');
  background-position: left bottom;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -.1rem;
}

.tutorial-statusbar .connection-label:after {
  text-transform: uppercase;
  font-size: .6rem;
  font-weight: bold;
}

.tutorial-statusbar .connection-label.disconnected:before {
  background-image: url('/assets/img/unlink.svg');
  height: .8rem;
  width: 1.4rem;
  margin-bottom: -.15rem;
}

.tutorial-statusbar .connection-label.connected:after {
  content: "Connected to editor";
  padding-left: .2rem;
}

.tutorial-statusbar .connection-label.disconnected:after {
  content: "Not connected to editor";
  color: #DB4F4F;
}

.tutorial-statusbar .progress-label:before {
  content: "";
  height: .9rem;
  width: 1.4rem;
  background-image: url('/assets/img/progress.svg');
  background-position: left bottom;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -.1rem;
}

.tutorial-statusbar .progress-label {
  text-transform: uppercase;
  font-size: .6rem;
  font-weight: bold;
  display: none;
  cursor: default;
  white-space: nowrap;
}

.article-content.interactive-tutorial .slide-container {
  margin-top: 3rem;
}

.article-content.interactive-tutorial .slick-prev:before, .article-content.interactive-tutorial .slick-next:before {
  font-size: 36px;
}

.article-content.interactive-tutorial .slick-prev {
  left: -50px;
}

.article-content.interactive-tutorial .slick-next {
  right: -50px;
}

.article-content.interactive-tutorial .slick-dots li button:before {
  font-size: 28px;
}

.article-content.interactive-tutorial .slick-dots li{
  padding-right: 2rem;
}

.article-content.interactive-tutorial .tutorial-header {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: .8rem;
}

.article-content.interactive-tutorial .tutorial-header > span {
  padding-left: 1.5rem;
  line-height: 1.7rem;
  font-size: 0;
}

.article-content .module-btn, .article-content .module-btn-test {
  text-align: center;
  display: none;
  border: 0;
  background: none;
  box-shadow: none;
}

.article-content .module-btn-test {
  display: inline;
}

.article-content .module-btn:focus, .article-content .module-btn-test:focus {
  box-shadow: none;
  outline: none !important;
}

.article-content .module-btn.start-jb:before{
  height: 1.6rem;
  width: 1.8rem;
  content: "";
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: .4rem;
}

.article-content .module-btn:before, .article-content .module-btn-test:before {
  height: 1.6rem;
  width: 1.6rem;
  content: "";
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: .4rem;
}

.article-content .module-btn-test:before {
  margin-right: 0;
  margin-bottom: -1px;
}

.article-content .module-btn-test.start-jb:before {
  height: 1rem;
  width: 1.14rem;
}

.article-content .module-btn-test:before {
  height: 1rem;
  width: 1rem;
}

.article-content .module-btn.start:before, .article-content .module-btn-test.start:before {
  background-image: url('/assets/img/vsc-logo-mono.svg');
  margin-bottom: -3px;
}

.article-content .module-btn.start-jb:before, .article-content .module-btn-test.start-jb:before {
  background-image: url('/assets/img/edit-solid.svg');
}

.article-content .module-btn-test.start:before {
  margin-bottom: -2px;
}

.article-content .module-btn.restart:before, .article-content .module-btn-test.restart:before {
  background-image: url('/assets/img/sync.svg');
}

.article-content .module-btn.restart:before {
  height: 24px;
  width: 24px;
  margin-bottom: -3px;
}

.article-content .module-btn.complete:before, .article-content .module-btn-test.complete:before {
  background-image: url('/assets/img/unchecked-dark.svg');
}

.article-content .module-btn.complete:before {
  margin-bottom: -4px;
  height: 26px;
  width: 24px;
}

.article-content .module-btn.with-text:after {
  display: inline-block;
  line-height: 1.62rem;
  margin-left: .8rem;
  vertical-align: top;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.article-content .module-btn.complete.with-text:after {
  content: "mark the module as completed";
}

.article-content .module-btn.uncomplete.with-text:after {
  content: "mark the module as not completed";
}

.article-content .module-btn.uncomplete:before, .article-content .module-btn-test.uncomplete:before {
  background-image: url('/assets/img/checked-dark.svg');
}

.article-content .module-btn.uncomplete:before {
  height: 26px;
  width: 24px;
  margin-bottom: -4px;
}

.article-content .module-btn-test.uncomplete:before {
  height: 18px;
  width: 16px;
  margin-bottom: -2px;
}

.article-content.interactive-tutorial a:not(.external-link):not(.editor-link):after {
  content: "";
  background-image: url('/assets/img/grad-cap.svg');
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 1rem;
  width: 1.2rem;
  display: inline-block;
  margin-left: .4rem;
  margin-bottom: -.07rem;
  white-space: nowrap;
}

.article-content a.editor-link {
  color: inherit;
  text-decoration: none;
  border: 0;
  cursor: text;
  font-weight: bold;
}

.article-content a.editor-link.online, .article-content a.editor-link-example {
  font-weight: bold;
  padding-left: .4rem;
  white-space: nowrap;
  cursor: pointer;
  color: #1079c3;
  border-bottom: 1px dotted #1079c3;
}

.article-content a.editor-link.online:before, .article-content a.editor-link-example:before {
  content: "";
  background-image: url('/assets/img/edit-solid-link.svg');
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 1rem;
  width: 1.14rem;
  display: inline-block;
  margin-right: .4rem;
  margin-bottom: -.093rem;
  white-space: nowrap;
}

.article-content a, .article-content a.external-link, .article-content a.external-link-example {
  white-space: nowrap;
}

.article-content a.external-link:after, .article-content a.external-link-example:after {
  content: "";
  background-image: url('/assets/img/external-link.svg');
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  margin-left: .4rem;
  margin-bottom: -.093rem;
  white-space: nowrap;
}

.article-content .editor-command, .article-content .editor-quick-action {
  white-space: nowrap;
}

.article-content .editor-command:after, .article-content .editor-quick-action:after {
  content: "";
  background-image: url('/assets/img/info-dark.svg');
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 1.1rem;
  width: 1rem;
  display: inline-block;
  margin-left: .4rem;
  margin-bottom: -.18rem;
  white-space: nowrap;
}

.article-content .tutorial-side-note {
  padding: 1.5rem 2rem;
  border-left: 5px solid transparent;
  margin: 25px 0;
}

.article-content .tutorial-side-note.info {
  border-left-color: #1079c3;
  background: rgba(16, 121, 195, 0.15);
}

.article-content .tutorial-side-note.info:before {
  content: "Related concept";
  display: block;
  font-weight: bold;
  padding-bottom: 1rem;
}

.article-content .tutorial-side-note.intro:before {
  content: "What you'll learn";
  display: block;
  font-weight: bold;
}

.article-content .tutorial-side-note.sum, .article-content .tutorial-side-note.intro, .article-content .tutorial-side-note.sum-no-header {
  border-left-color: #e6be00;
  background: rgba(230, 190, 0, 0.15);
}

.article-content .tutorial-side-note.sum:before {
  content: "Achievements unlocked";
  display: block;
  font-weight: bold;
  padding-bottom: 1rem;
}

.article-content .tutorial-side-note.sum ul {
  padding-left: 0;
  list-style: none;
}

.article-content .tutorial-side-note.sum ul li {
  padding-left: 2rem;
  margin-left: 1rem;
  background: url('/assets/img/certificate.svg') no-repeat 0 0.3rem;
  background-size: 1.3rem 1.3rem;
}

.article-content .tutorial-side-note.trouble, .article-content .tutorial-side-note.intro, .article-content .tutorial-side-note.trouble-no-header {
  border-left-color: #e6be00;
  background: rgba(230, 190, 0, 0.15);
}

.article-content .tutorial-side-note.trouble:before {
  content: "Troubleshooting Checklist";
  display: block;
  font-weight: bold;
  padding-bottom: 1rem;
}

.article-content .tutorial-side-note.core {
  border-left-color: #62b455;
  background: rgba(98, 180, 85, 0.15);
}

.article-content .tutorial-side-note.core:before {
  content: "Important concept";
  display: block;
  font-weight: bold;
  padding-bottom: 1rem;
}

.article-content .btn-outline-primary, .article-content .btn-outline-primary:hover {
  color: #fff;
  border: none;
  font-size: 1.2rem;
  text-decoration: none;
  background-color: #62b455;
  padding: .5rem 1.2rem;
}

.article-content .btn-outline-primary:focus {
  box-shadow: none;
}

.article-content .not-completed, .article-content .not-completed-example {
  border-right: #815fa7 5px solid;
  position: relative;
  padding-right: 1rem;
}

.article-content .not-completed:after, .article-content .not-completed-example:after {
  content: "new";
  color: #815fa7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3rem;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: bold;
}

.article-content.interactive-tutorial section h2 {
  scroll-margin-top: 165px;
}

.article-content.interactive-tutorial section h3, .article-content.interactive-tutorial section h4 {
  scroll-margin-top: 80px;
}

.article-content.interactive-tutorial section:not(:last-child) {
  border-bottom: 1px solid #65656544;
  padding-bottom: 1rem;
}

.article-content.interactive-tutorial .tutorial-image {
  text-align: center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background: url("/assets/img/spinner.svg") no-repeat center center;
  background-size: 160px 160px;
}

.article-content.interactive-tutorial .tutorial-image > div {
  margin: auto;
}

.article-content.interactive-tutorial .footer-buttons {
  text-align: center;
  margin-top: 2.5rem;
}

.tooltip-inner {
  text-align: left;
  padding: 1.2rem 1.5rem 0.5rem;
  min-width: 300px;
  background-color: #656565;
  color: #fff;
}

.tooltip {
  z-index: 11;
}

.tooltip.show {
  opacity: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0;
}

.tooltip .arrow {
  display: none;
}

.tooltip-inner {
  padding-bottom: 1.2rem;
}

.tooltip-inner ul {
  margin-top: 1rem;
  padding-left: 2rem;
  margin-bottom: 0;
}

.tooltip-inner li {
  padding: 0;
  margin: 0 0 1rem;
}

.tooltip-inner li:last-child {
  margin-bottom: .2rem;
}

@media screen {
  html,
  body {
    height: 100%;
  }
  .inner {
    padding: 0;
  }
  .post {
    max-width: 800px;
  }
}

@media screen and (max-width: 1780px) {
  #sidebar {
    left: 0;
    margin-left: 0;
  }
  #article-toc {
    margin-left: 0;
    top: 60px;
    left: auto;
    right: 0;
  }
  #main-nav {
    width: 100%;
    margin-left: 40px;
  }
  #logo {
    left: 0;
    margin-left: 0;
  }
  #search {
    margin-left: 320px;
  }
}

@media screen and (max-width: 1150px) {
  #main-nav {
    justify-content: flex-end;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1020px) {
  #search {
    width: 100%;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 769px) {
  .article-content .not-completed:after, .article-content .not-completed-example:after {
    content: "";
  }
}

@media screen and (min-width: 769px) {
  .inner {
    padding: 0 30px;
  }
  #sidebar .inner {
    padding-right: 0;
  }
  #main-nav .main-nav-link {
    display: inline-block;
  }
  #sidebar {
    display: block;
  }
  .article-container {
    width: 100%;
  }
}

.right-float {
  float: right;
  margin-left: 40px !important;
  margin-bottom: 40px !important;
}

@media screen and (min-width: 1001px) {
  a.article-edit-link {
    display: block;
  }
}

@media screen and (max-width: 1351px) {
  .media h2 {
    font-size: 1.2em;
  }

  .editors img {
    width: 40px;
  }
}

@media screen and (max-width: 1300px) {
  .toc-top .article-wrapper {
    margin-right: 40px;
  }
  #logo {
    margin-right: 20px;
    margin-left: 0;
  }

  #search {
    margin-left: 290px;
  }

  .article-wrapper {
    margin-left: 320px;
    margin-right: 300px;
  }

  .article-content .not-completed:after, .article-content .not-completed-example:after {
    right: -2.2rem;
    font-size: .6rem;
  }
}

@media screen and (max-width: 1200px) {

  .article-wrapper {
    margin-left: 320px;
    margin-right: 60px;
  }

  #content-inner.collapsed .article-wrapper {
    margin-right: 300px;
  }
}

@media screen and (max-width: 1000px) {
  #content-wrap {
    padding-top: 0;
  }
  .article-edit-link {
    display: none;
  }
  .main-nav-link {
    font-size: 1em;
  }
  .article-inner {
    margin-right: 0 !important;
  }
  #article-toc.fixed {
    right: auto;
  }
  .article-wrapper, #content-inner.collapsed .article-wrapper {
    margin-right: 40px;
  }
  .article-wrapper .media h2 {
    font-size: 1em;
  }
}

@media screen and (max-width: 860px) {
  footer.wrapper .top {
    flex-direction: column;
    padding: 30px;
  }
  footer.wrapper .top .footer-form {
    text-align: center;
    margin: 0 auto;
  }
  .tutorial-statusbar .module-label {
    font-size: .7rem;
  }
  .tutorial-statusbar .connection-label:after, .tutorial-statusbar .progress-label {
    font-size: .5rem;
  }
  .article-wrapper, #content-inner.collapsed .article-wrapper {
    margin-right: 40px;
  }
}

@media screen and (min-width: 1020px) {
  #main-nav {
    display: flex;
  }
}

@media screen and (max-width: 769px) {
  #content-wrap {
    padding-top: 0;
  }
  .article-wrapper, #content-inner.collapsed .article-wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }

  .tutorial-statusbar .sidebar-icon {
    display: none;
  }

  #sidebar {
    display: block;
    left: 50%;
    margin-left:-140px;
    position: relative;
    top: auto;
    bottom: auto;
    align-content: center;
  }
  #content-inner {
    padding-bottom: 40px;
    margin-left: 0;
  }
  .article-wrapper {
    margin-top: 0;
  }
  .article-header {
    margin: 0 0;
  }
  .article-header h1 {
    line-height: 1.3em;
  }
  .article pre,
  .article code {
    font-size: 1em;
  }
  .article-content table {
    margin: 1em 0;
    width: 100%;
    border: 1px solid #e8e8e8;
  }
  .article-content table th {
    font-weight: 700;
    padding: 2px 5px;
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    font-size: 0.9em;
  }
  .article-content table th:empty {
    padding: 0;
  }
  .article-content table td {
    padding: 10px 5px;
    font-size: 0.9em;
    line-height: 1.5em;
  }
  .article-content table tr:nth-child(2n) {
    background: #fafafb;
  }
  .article-content h1 {
    line-height: 1.3em;
    padding-bottom: 5px;
  }
  .article-content h2 {
    line-height: 1.3em;
  }
  footer.wrapper .top {
    flex-direction: column;
    padding: 30px;
  }
  footer.wrapper .top .footer-form {
    text-align: center;
    margin: 0 auto;
  }
  ul.plugins-list {
    margin: 0 0 0 -10px;
  }
  ul.plugins-list > li {
    width: 45%;
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 620px) {
  .media {
    width: 100%;
    padding-right: 0;
  }
  #search {
    display: none;
  }
}

@media print {
  #header {
    display: none;
  }
  #sidebar {
    display: none;
  }
  #article-toc {
    display: none;
  }
  #content-wrap {
    top: auto;
    bottom: auto;
    margin: 0;
  }
  .article-wrapper {
    margin: 0;
  }
  .article-footer {
    display: none;
  }
  #comments {
    display: none;
  }
  img {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }
}

div.gifffer-play-button {
  z-index: 10;
  width:60px;
  height:60px;
  cursor:pointer;
  border-radius:10px;
  background:rgba(95, 176, 80, 0.8);
  position:absolute;
  left: calc(50% - 30px);
  top: calc(50% - 40px);
}

div.gifffer-play-button-triangle {
  width:0;
  height:0;
  border-top:14px solid transparent;
  border-bottom:14px solid transparent;
  border-left:14px solid #eee;
  position:absolute;
  left:26px;
  top:16px;
}

div.gifffer-pause-button {
  width:60px;
  height:60px;
  cursor:pointer;
  border-radius:10px;
  background:rgba(95, 176, 80, 0.8);
  position:absolute;
  top:20px;
  right:100px;
}

div.gifffer-pause-button-bar1 {
  width:4px;
  height:24px;
  background:#eee;
  position:absolute;
  left:23px;
  top:18px;
}

div.gifffer-pause-button-bar2 {
  width:4px;
  height:24px;
  background:#eee;
  position:absolute;
  left:33px;
  top:18px;
}

div.gifffer-fullscreen-button {
  width:60px;
  height:60px;
  background:rgba(95, 176, 80, 0.8);
  cursor:pointer;
  border-radius:10px;
  position:absolute;
  top:20px;
  right:20px;
}

div.gifffer-fullscreen-button-part1a {
  width:10px;
  height:10px;
  border-top: 4px solid #eee;
  border-left: 4px solid #eee;
  position:absolute;
  left:18px;
  top:18px;
}

div.gifffer-fullscreen-button-part2a {
  width:10px;
  height:10px;
  border-top: 4px solid #eee;
  border-right: 4px solid #eee;
  position:absolute;
  right:18px;
  top:18px;
}

div.gifffer-fullscreen-button-part3a {
  width:10px;
  height:10px;
  border-bottom: 4px solid #eee;
  border-left: 4px solid #eee;
  position:absolute;
  left:18px;
  bottom:18px;
}

div.gifffer-fullscreen-button-part4a {
  width:10px;
  height:10px;
  border-bottom: 4px solid #eee;
  border-right: 4px solid #eee;
  position:absolute;
  right:18px;
  bottom:18px;
}

.experimental-feature-note {
  font-weight: bold;
  color: #FC6515;
}

@media screen and (min-width: 1000px) {
  #content-inner.collapsed #article-toc {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  #article-toc {
    display: block;
  }
}

@media screen and (min-width: 1781px) {
  #article-toc {
    width: unset;
  }
  #article-toc-inner {
    width: unset;
  }
}

.whats-new-date {
  font-weight: normal;
}

.slide-container {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 1.5rem;
  margin-bottom: 25px;
}

.slick-prev,
.slick-next {
  height: 36px;
  width: 36px;
}

.slick-prev:before,
.slick-next:before {
  color: #656565;
}

/* .slick-dots {
  position: relative !important;
  bottom: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 5px !important;
  margin-top: 3rem;
}*/

.slick-dots li button::before {
  font-size: 10px;
}

:root {
  --docsearch-primary-color: #60b050;
  --docsearch-logo-color: var(--docsearch-primary-color);
  --docsearch-container-background: rgba(0, 0, 0, 0.5);
}

.DocSearch-Button {
  background-color: rgb(60, 60, 60);
  min-width: 220px;
  border: none;
  border-radius: 4px;
}

.DocSearch-Button-Placeholder {
  color: #ebebeb;
}

.DocSearch-Button:active, .DocSearch-Button:focus, .DocSearch-Button:hover {
  background-color: rgb(60, 60, 60);
  box-shadow: none;
}

.DocSearch-Button .DocSearch-Search-Icon {
  color: #ebebeb;
}

.DocSearch-Button-Placeholder {
  padding: 0 12px 0 12px;
}

.DocSearch-Button-Key {
  font-size: 14px;
  background: none;
  box-shadow: none;
  top: 0;
}

.DocSearch-Label
{
    font-size: .65em;
    line-height: 1.6em;
}

.DocSearch-Hit-icon {
  line-height: 0;
}

.DocSearch-Hit-title {
  font-size: 1em;
}

.DocSearch-Hit-path {
  font-size: .8em;
}

.DocSearch-Hits mark
{
  padding: 0;
}
.article-content a {
  text-wrap: wrap;
}
