.wrap-together {
    display: inline-block
}

a {
    color: #0071BC;
    text-decoration: none
}

a:hover,
a:focus {
    color: #005893;
    text-decoration: underline
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
    body {
        -webkit-font-smoothing: antialiased
    }
}

blockquote {
    font-size: 1.6rem
}

textarea {
    resize: none;
    overflow-y: scroll
}

.visible {
    visibility: 'visible'
}

button,
.link-button {
    font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 35px;
    display: inline-block;
    color: inherit;
    cursor: pointer
}

.link-button:hover {
    text-decoration: none;
    color: inherit
}

.dlink {
    cursor: pointer
}

.main-container {
    min-height: 100%;
    position: relative
}

.body-content {
    padding-top: 25px;
    padding-bottom: 40px
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap
}

.row.display-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.swimlane {
    padding: 6rem 0 6rem;
    min-height: 30rem;
    position: relative
}

.swimlane:nth-child(odd) {
    background-color: #f5f5f5
}

.swimlane:nth-child(even) {
    background-color: initial
}

.download-button,
.navbar .navbar-right .link-button {
    background-color: #0066B8
}

.download-button:hover,
.navbar .navbar-right .link-button:hover,
.download-button:active,
.navbar .navbar-right .link-button:active,
.download-button:focus,
.navbar .navbar-right .link-button:focus {
    background-color: #005ba4
}

.action-button {
    background-color: #373277
}

.action-button:hover,
.action-button:active,
.action-button:focus {
    background-color: rgba(55, 50, 119, 0.8)
}

iframe[name='google_conversion_frame'] {
    position: absolute
}






@media screen and (-ms-high-contrast: black-on-white) {
    .navbar .search-icon {
        display: none
    }

    .navbar .search-icon-inverted {
        display: inline
    }
}

.navbar .navbar-right .link-button {
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    padding: 17px 20px;
    height: 50px
}

@media (min-width: 992px) {
    .navbar .navbar-right .link-button {
        padding-left: 40px
    }

    .navbar .navbar-right .link-button img {
        display: block;
        position: absolute;
        left: 15px
    }
}

.navbar-collapse {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    border: none
}

.navbar-inverse .navbar-toggle:focus {
    background-color: transparent
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: rgba(0, 0, 0, 0.2)
}

#skip-to-content {
    background-color: rgba(0, 0, 0, 0.9) !important;
    color: #fff;
    font-size: 16px;
    padding: 8px 10px;
    margin-top: 4px;
    position: absolute;
    z-index: 10;
    opacity: 0;
    width: 180px;
    left: 0;
    right: 0;
    margin: auto;
    text-decoration: none;
    border-radius: 0 0 10px 10px;
    text-align: center;
    top: -38px
}

#skip-to-content:focus {
    opacity: 1;
    transition: opacity 0.2s;
    top: initial
}

.updates-banner {
    background-color: #25252B;
    color: #CCC;
    font-size: 1.6rem;
    position: relative
}

.updates-banner a {
    color: #0098FF
}

.updates-banner .container {
    padding: 0
}

.updates-banner .container p {
    text-align: center;
    margin: 1.1rem 0;
    padding-right: 4.2rem;
    padding-left: 4.2rem
}

.updates-banner .dismiss-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4.2rem;
    cursor: pointer
}

.updates-banner .dismiss-btn {
    opacity: 0.5;
    cursor: pointer
}

.updates-banner .dismiss-btn:hover {
    opacity: 1
}

.updates-banner .dismiss-btn .glyph-icon::after {
    content: '\00d7';
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-left: 10px
}

.updates-banner.home p {
    padding: 0 12%
}

.updates-banner.home .dismiss-btn {
    display: none
}

@media (max-width: 767px) {}

.navbar-header .search,
.navbar-header .search-btn,
.navbar-right .search,
.navbar-right .search-btn {
    display: none
}

.search .search-form {
    margin: 20px 0
}

.search .search-form .input-group {
    width: 100%
}

.search .search-form .input-group .form-control {
    border-radius: 4px;
    padding-right: 30px;
    width: 183px
}

.search .search-form .input-group button {
    padding: 6px 10px;
    background-color: transparent
}

.search .search-form .input-group button:hover {
    color: #0072be
}

.search .search-form .input-group button:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.search .search-form .input-group .search-icon {
    display: inline
}

.search .search-form .input-group .search-icon-inverted {
    display: none
}

@media screen and (-ms-high-contrast: black-on-white) {
    .search .search-form .input-group .search-icon {
        display: none
    }

    .search .search-form .input-group .search-icon-inverted {
        display: inline
    }
}

.search .search-form .input-group-btn {
    position: absolute;
    width: 36px;
    z-index: 5
}

.nav .search .search-form {
    margin: 0
}

.nav .search .search-form .form-control {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    height: 50px;
    padding: 6px 15px 6px 40px;
    border-radius: 0;
    color: white;
    -webkit-transition: opacity 0.08s ease-in;
    -moz-transition: opacity 0.08s ease-in;
    -o-transition: opacity 0.08s ease-in;
    transition: opacity 0.08s ease-in
}

.nav .search .search-form .form-control:hover {
    outline: 1px solid rgba(255, 255, 255, 0.2);
    outline-offset: -1px;
    background: rgba(255, 255, 255, 0.18)
}

.nav .search .search-form .form-control:focus,
.nav .search .search-form .form-control:active {
    outline: 1px solid rgba(255, 255, 255, 0.5);
    outline-offset: -1px;
    box-shadow: none
}

.nav .search .search-form .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #5b5790 inset;
    padding-left: 15px;
    -webkit-text-fill-color: white !important;
    padding: 6px 15px 6px 40px
}

.nav .search .search-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 300
}

.nav .search .search-form .form-control:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 300
}

.nav .search .search-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 300
}

.nav .search .search-form .form-control::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 300
}

@media screen and (-ms-high-contrast: white-on-black) {
    .nav .search .search-form {
        height: 30px
    }
}

@media screen and (-ms-high-contrast: white-on-black) {
    .nav .search .search-form {
        border: 2px solid white
    }
}

@media screen and (-ms-high-contrast: black-on-white) {
    .nav .search .search-form {
        border: 2px solid black
    }
}

.nav .search .search-form:hover .form-control,
.nav .search .search-form .form-control:focus {
    opacity: 1
}

.nav .search .search-form .input-group-btn {
    width: 28px;
    left: 8px
}

.nav .search .search-form .input-group button {
    padding: 13px 6px 17px 6px;
    border: 0
}

.navbar-header .search {
    position: relative;
    float: right;
    width: 150px
}

.navbar-header .search-btn {
    position: relative;
    float: right;
    margin-top: 8px;
    border: none
}

.navbar .search-btn {
    color: #fff;
    height: 32px;
    padding: 17px 10px;
    height: 50px;
    margin-right: 5px;
    opacity: 0.5;
    border: none;
    -webkit-transition: opacity 0.08s ease-in;
    -moz-transition: opacity 0.08s ease-in;
    -o-transition: opacity 0.08s ease-in;
    transition: opacity 0.08s ease-in
}

.navbar .search-btn img {
    display: block
}

.navbar .search-btn:focus {
    outline: none;
    background-color: transparent;
    opacity: 1
}

.navbar .search-btn:hover {
    opacity: 1
}

.navbar .search-btn:active {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important
}

.body-content.search .search-form .input-group {
    max-width: 300px
}

.body-content.search .search-form .form-control {
    padding-right: 34px;
    width: 100%
}

.body-content.search .search-form button {
    padding: 6px 5px
}

.body-content.search .search-form .input-group-btn {
    right: 7px;
    width: 28px
}

.search .count {
    font-size: 18px
}

.search .search-results {
    padding: 0;
    margin: 20px 0;
    list-style: none
}

.search .search-results .result {
    margin-bottom: 30px
}

.search .search-results .result b {
    background-color: rgba(0, 114, 190, 0.15)
}

.search .search-results .result h3 {
    font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 600;
    font-size: 2.4rem;
    text-overflow: ellipsis;
    margin-top: 0
}

.search .search-results .snippet {
    margin-top: 10px
}

@media (min-width: 480px) {
    .navbar-left .search {
        display: none
    }
}

@media (min-width: 480px) and (max-width: 599px) {
    .navbar-header .search-btn {
        display: block
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .navbar-header .search {
        display: block
    }
}

@media (min-width: 768px) {
    .navbar-right .search-small {
        display: block
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-right .search-btn {
        display: block
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-right .search {
        display: none
    }

    .navbar-right .search-btn {
        display: block
    }
}

@media (min-width: 1200px) {
    .navbar-right .search {
        display: block
    }

    .navbar-right .search-small {
        display: none
    }
}


@media (max-width: 480px) {
    footer {
        height: 170px
    }

    footer .copyright {
        display: block;
        margin-left: 0
    }
}

@media (max-width: 380px) {
    footer {
        height: 200px
    }

    footer .copyright {
        display: block;
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    footer {
        height: 90px
    }

    body {
        margin-bottom: 90px
    }
}

@media (min-width: 400px) {
    footer .twitter-follow-button {
        height: 20px
    }
}

@media (min-width: 530px) {
    footer .message {
        display: inline-block
    }

    .twitter-follow-button {
        margin-left: 15px
    }
}

@media (min-width: 992px) {

    footer .github-star-button,
    footer .twitter-follow-button {
        margin-bottom: 0
    }

    footer .right {
        margin-top: 0;
        text-align: right
    }
}

.microsoft-logo-inverted {
    display: none
}

@media screen and (-ms-high-contrast: black-on-white) {
    .microsoft-logo {
        display: none
    }

    .microsoft-logo-inverted {
        display: inline
    }
}

.alt-downloads {
    text-align: center
}

.alt-downloads .download-icon {
    display: inline
}

.alt-downloads .download-icon-accessible {
    display: none
}

@media screen and (-ms-high-contrast: black-on-white) {
    .alt-downloads .download-icon-accessible {
        display: inline
    }

    .alt-downloads .download-icon {
        display: none
    }
}

.alt-downloads .download {
    padding: 0 25px;
    display: inline-block;
    vertical-align: top
}

.alt-downloads .home.download {
    display: none
}

.alt-downloads.win .download.osx {
    display: inline-block
}

.alt-downloads.win .download.linux {
    display: inline-block
}

.alt-downloads.linux .download.osx {
    display: inline-block
}

.alt-downloads.linux .download.win {
    display: inline-block
}

.alt-downloads.osx .download.win {
    display: inline-block
}

.alt-downloads.osx .download.linux {
    display: inline-block
}

.alt-downloads .logo {
    height: 100px;
    width: 100px;
    background-size: contain !important;
    margin: 0 auto;
    -ms-high-contrast-adjust: none
}

.alt-downloads .logo.windows {
    background: url("/assets/images/windows-logo.png") center center no-repeat
}

.alt-downloads .logo.mac {
    background: url("/assets/images/apple-logo.svg") center center no-repeat
}

@media screen and (-ms-high-contrast: white-on-black) {
    .alt-downloads .logo.mac {
        background-image: url("/assets/images/apple-logo-inverted.svg")
    }
}

.alt-downloads .logo.linux {
    background: url("/assets/images/linux-logo.png") center center no-repeat
}

.alt-downloads .link-button {
    color: white;
    margin: 20px 0 5px;
    padding: 10px 0;
    font-size: 1.8rem;
    width: 240px;
    background-color: #0066B8
}

.alt-downloads .link-button small {
    display: block;
    margin-top: 0.75rem;
    color: rgba(255, 255, 255, 0.65);
    font-size: 1.2rem
}

.alt-downloads .link-button small.build-type {
    margin-top: 0;
    font-size: 1.4rem;
    font-weight: 300
}

.alt-downloads .link-button:hover {
    background-color: #005ba4
}

.alt-downloads .link-button[data-os='linux64_deb'],
.alt-downloads .link-button[data-os='linux64_rpm'] {
    width: 147px
}

.alt-downloads .link-button img {
    position: relative;
    top: -2px;
    margin-right: 10px
}

.alt-downloads .sublink {
    display: block;
    font-size: 12px
}

.alt-downloads .terms {
    color: #6c6c6c;
    padding: 4rem 19%
}

.alt-downloads .terms p {
    font-size: 1.4rem;
    line-height: 3rem
}

.alt-downloads .swimlane {
    min-height: auto;
    padding: 1.5rem
}

.alt-downloads.insiders-callout .swimlane {
    margin-bottom: 2rem
}

.alt-downloads.insiders-callout .swimlane h2 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #444;
    font-size: 2.1rem
}

.alt-downloads.insiders-callout .swimlane .call-to-action {
    font-size: 1.8rem;
    color: #444
}

@media (min-width: 1200px) {
    .alt-downloads .terms {
        padding: 20px 20%
    }
}

.home .alt-downloads .swimlane {
    padding-top: 0
}

#alt-downloads .win-downloads {
    width: 94%
}

#alt-downloads .linux-downloads {
    width: 55%
}

#alt-downloads .win-downloads,
#alt-downloads .linux-downloads {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto
}

#alt-downloads table.win-downloads col:nth-of-type(1),
.insiders-builds table.win-downloads col:nth-of-type(1) {
    width: 135px
}

#alt-downloads table.linux-downloads col:nth-of-type(1),
.insiders-builds table.linux-downloads col:nth-of-type(1) {
    width: 75px
}

#alt-downloads table.win-downloads col:nth-of-type(2),
#alt-downloads table.win-downloads col:nth-of-type(3),
#alt-downloads table.linux-downloads col:nth-of-type(2),
#alt-downloads table.linux-downloads col:nth-of-type(3),
.insiders-builds table.win-downloads col:nth-of-type(2),
.insiders-builds table.win-downloads col:nth-of-type(3),
.insiders-builds table.linux-downloads col:nth-of-type(2),
.insiders-builds table.linux-downloads col:nth-of-type(3) {
    width: 45px
}

.download-btns.insiders-builds .win-downloads,
.download-btns.insiders-builds .linux-downloads {
    margin: 16px auto 20px auto
}

.download-btns button {
    font-weight: 700;
    font-size: 1.8rem;
    padding: 10px 0;
    margin: 20px 0 5px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    background-color: #0066B8;
    text-decoration: none;
    width: 280px
}

.download-btns button img {
    position: relative;
    top: -2px;
    margin-right: 10px
}

.download-btns .linux .left-btn {
    margin-left: 5px
}

.download-btns .linux button {
    width: 147px
}

.download-btns small {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.65);
    display: block
}

.download-btns .alts {
    margin-top: 16px
}

.download-btns .alts a {
    cursor: pointer
}

ul.video-list {
    counter-reset: section;
    list-style: none;
    padding-left: 0;
    position: relative
}

ul.video-list .video:not(:last-of-type) a {
    border-bottom: 2px solid #e6e6e6
}

ul.video-list a {
    position: relative;
    padding: 2rem 2rem 2rem 4.2rem;
    display: block;
    box-sizing: border-box
}

ul.video-list a .info {
    padding-top: 0.25rem
}

ul.video-list a .info::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 1.5rem;
    color: black
}

ul.video-list a .info>p,
ul.video-list a .info>span {
    color: black
}

ul.video-list a .info .title {
    margin-top: 0;
    margin-bottom: 0.7rem
}

ul.video-list a .info .description {
    margin-bottom: 0;
    font-size: 1.4rem
}

ul.video-list a .info .duration,
ul.video-list a .info .duration span {
    color: #6e6e6e;
    font-size: 1.2rem
}

ul.video-list a:hover,
ul.video-list a:focus {
    text-decoration: none
}

ul.video-list a:hover {
    background: #f2f2f2
}

ul.video-list a:hover::after {
    content: '';
    display: block;
    width: 6rem;
    height: 6rem;
    position: absolute;
    background: url("/play.svg");
    background-size: 6rem;
    top: 3rem;
    left: 8.6rem
}

ul.video-list .thumb {
    max-height: 8.2rem;
    padding-right: 2rem;
    position: relative;
    float: left
}

@media (max-width: 480px) {
    ul.video-list .thumb {
        float: none
    }
}

.errors {
    background-color: #373277;
    color: white
}

.errors .container {
    padding-top: 8%
}

.errors h1,
.errors h2 {
    text-align: center;
    margin: 15px 0
}

.errors .graphic {
    display: block;
    margin: 25px auto 25px auto
}

.errors .graphic.notfound {
    width: 80%
}

.errors .graphic.cloud {
    height: 175px
}

.errors .support {
    text-align: center;
    margin-top: 15%
}

.errors .support a {
    color: white;
    font-size: 20px;
    opacity: 0.65;
    margin: 0 15px
}

.errors .support a:hover {
    opacity: 1
}

@media (min-width: 400px) {
    .errors .graphic.notfound {
        width: 70%
    }

    .errors .graphic.cloud {
        height: 275px
    }
}

@media (min-width: 768px) {
    .errors .graphic {
        margin-top: 0;
        margin-bottom: 50px
    }

    .errors .graphic.notfound {
        width: 50%
    }

    .errors .graphic.cloud {
        height: 300px
    }

    .errors .support {
        margin-top: 100px
    }
}

@media (max-width: 991px) {
    .social-proof>.container {
        padding-left: 6rem;
        padding-right: 6rem
    }
}

.social-proof .carousel {
    background-color: transparent
}

.social-proof .carousel-control {
    background: transparent;
    width: 5%
}

.social-proof .carousel-control .glyphicon {
    margin-top: -37px;
    color: #ccc;
    text-shadow: initial
}

.social-proof .carousel-control:hover .glyphicon {
    color: #999
}

@media (min-width: 768px) {
    .social-proof .carousel-control.left .glyphicon {
        margin-left: -4rem
    }

    .social-proof .carousel-control.right .glyphicon {
        margin-right: -6rem
    }
}

@media (max-width: 767px) {
    .social-proof .carousel-control .glyphicon {
        margin-top: initial;
        top: 180px
    }
}

.social-proof .container {
    padding-top: 15px
}

.social-proof .tweets>div {
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 85px
}

@media (min-width: 992px) {
    .social-proof .tweets>div {
        flex-basis: 0
    }

    .social-proof .tweets>div:not(:last-child) {
        border-right: #f2f2f2 solid 1px
    }
}

.social-proof .tweets>div::after {
    background-image: url("/assets/images/firststart-sidebar-sprite.svg");
    content: '';
    width: 1.6rem;
    height: 1.8rem;
    background-size: 8rem 1.6rem;
    background-repeat: no-repeat;
    position: absolute;
    right: 1.5rem;
    top: 1.6rem;
    opacity: 0.2;
    background-position: 50% 50%
}

.social-proof .profile-image {
    width: 7.2rem;
    height: 7.2rem;
    background-size: 100%;
    background-position: 50% 25%;
    border-radius: 50%;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    background-image: url("");
    position: absolute
}

.social-proof .text-content {
    padding-left: 8.2rem;
    padding-top: 5px
}

.social-proof .attribution {
    color: black
}

.social-proof .attribution:hover {
    text-decoration: none;
    color: #0072be
}

.social-proof .name {
    font-size: 1.4rem;
    font-weight: 700
}

.social-proof .handle {
    font-size: 1.2rem;
    color: #6e6e6e
}

@media (max-width: 1199px) {
    .social-proof .handle {
        display: block
    }
}

.social-proof .tweet-body {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.4rem
}

@media (max-width: 767px) {
    .social-proof .tweet-body {
        min-height: 7.2rem
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .social-proof .tweet-body {
        min-height: 4.8rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .social-proof .tweet-body {
        min-height: 16.8rem
    }
}

@media (min-width: 1200px) {
    .social-proof .tweet-body {
        min-height: 12rem
    }
}

pre.shiki {
    padding: .5em .7em;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #fff;
    border: 1px solid #949494;
    border-radius: 4px
}

pre.shiki code {
    tab-size: 2
}

pre.shiki .language-id {
    position: absolute;
    padding: .2em .4em;
    right: 0;
    border: 1px solid #eee;
    transform: translate(calc(-1.1em - 1px), -0.6em);
    user-select: none
}

.home .jumbotron {
    overflow: hidden;
    background-color: #2C2C32;
    color: white;
    padding: 0
}

.home .jumbotron.home {
    text-align: center;
    overflow: visible;
    position: relative;
    z-index: 1
}

.home .jumbotron.home .lead,
.home .jumbotron.home .lead p {
    padding: 0;
    margin: 0
}

@media (min-width: 992px) {}

.home .jumbotron p {
    font-weight: 300;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.6)
}

.home .jumbotron .subtext {
    font-size: 1.4rem;
    margin-bottom: 0;
    background: #25252B;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 8px 8px;
    margin-top: 1.5rem;
    position: relative
}

.home .jumbotron .subtext::after {
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #25252B;
    position: absolute;
    top: -.7rem;
    right: 1.45rem
}

.home .jumbotron .terms {
    font-size: 12px;
    margin-top: 1rem;
    display: inline-block;
    width: 100%
}

.home .jumbotron.home {
    margin-bottom: 0
}

.home .jumbotron.home a {
    color: #0098FF
}

.home .jumbotron.home .download-hero {
    padding: 0;
    max-width: 27.7rem;
    position: relative;
    margin: auto
}

.home .jumbotron.home .download-hero.linux {
    max-width: 32.7rem
}

.home .jumbotron.home .download-hero .primary-buttons {
    width: calc(100% - 45px)
}

.home .jumbotron.home .download-hero .download-dropdown {
    width: 43px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/assets/icons/chevronDown.svg);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: none
}

@media screen and (-ms-high-contrast: black-on-white) {
    .home .jumbotron.home .download-hero .download-dropdown {
        background-image: url(/assets/icons/chevronDown_black.svg)
    }
}

.home .jumbotron.home .download-hero .link-button {
    color: white;
    margin: 2.5rem 0 0 0;
    background-color: #0066B8;
    height: 6.5rem
}

.home .jumbotron.home .download-hero .link-button img {
    top: 0
}

.home .jumbotron.home .download-hero .link-button:hover,
.home .jumbotron.home .download-hero .link-button:active,
.home .jumbotron.home .download-hero .link-button:focus {
    background-color: #005ba4
}

.home .jumbotron.home .download-hero.win .primary-buttons .dlink[data-os='win'] {
    display: inline-block
}

.home .jumbotron.home .download-hero.osx .primary-buttons .dlink[data-os='osx'] {
    display: inline-block
}

.home .jumbotron.home .download-hero.linux .primary-buttons .linux {
    display: block
}

.home .jumbotron.home .download-hero.linux .primary-buttons .linux .flex-box {
    display: flex
}

.home .jumbotron.home .download-hero.linux .primary-buttons .linux .link-button {
    width: 48%;
    flex: 1
}

.home .jumbotron.home .download-hero.linux .primary-buttons .linux .link-button:not(:last-child) {
    margin-right: 2px
}

.home .jumbotron.home .download-hero.win .download-dropdown,
.home .jumbotron.home .download-hero.osx .download-dropdown,
.home .jumbotron.home .download-hero.linux .download-dropdown {
    display: block
}

.home .jumbotron.home .download-hero.win.osx.linux .primary-buttons .other-os {
    display: inline-block
}

.home .jumbotron.home .download-hero.win.osx.linux .primary-buttons .dlink,
.home .jumbotron.home .download-hero.win.osx.linux .primary-buttons .linux {
    display: none
}

.home .jumbotron.home .download-hero .button-icon {
    margin-left: 16px;
    margin-right: 16px
}

.home .jumbotron.home .download-hero #download-matrix {
    white-space: nowrap;
    background: #F2F2F2;
    border: 2px #0066B8 solid;
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.33);
    display: none;
    color: black
}

.home .jumbotron.home .download-hero #download-matrix a {
    color: #0071BC
}

.home .jumbotron.home .download-hero #download-matrix table {
    width: 100%
}

.home .jumbotron.home .download-hero #download-matrix table #linux-32-bit-table {
    display: none
}

.home .jumbotron.home .download-hero #download-matrix table #windows-32-bit-table {
    display: none
}

.home .jumbotron.home .download-hero #download-matrix table .download-stable-icon,
.home .jumbotron.home .download-hero #download-matrix table .download-insiders-icon {
    height: 16px;
    width: 16px
}

.home .jumbotron.home .download-hero #download-matrix table .download-stable-icon-accessible,
.home .jumbotron.home .download-hero #download-matrix table .download-insiders-icon-accessible {
    display: none;
    height: 16px;
    width: 16px
}

@media screen and (-ms-high-contrast: white-on-black) {

    .home .jumbotron.home .download-hero #download-matrix table .download-stable-icon-accessible,
    .home .jumbotron.home .download-hero #download-matrix table .download-insiders-icon-accessible {
        display: inline
    }

    .home .jumbotron.home .download-hero #download-matrix table .download-stable-icon,
    .home .jumbotron.home .download-hero #download-matrix table .download-insiders-icon {
        display: none
    }
}

.home .jumbotron.home .download-hero #download-matrix table .insiders-column {
    background: #E3E3E3
}

.home .jumbotron.home .download-hero #download-matrix table td {
    vertical-align: top
}

.home .jumbotron.home .download-hero #download-matrix table .build-header {
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 300;
    font-size: 1.6rem;
    text-align: center;
    padding-top: 1rem
}

.home .jumbotron.home .download-hero #download-matrix table .os-group>tr:first-child>td {
    padding-top: 1rem
}

.home .jumbotron.home .download-hero #download-matrix table .os-group>tr:last-child>td {
    padding-bottom: 1rem
}

.home .jumbotron.home .download-hero #download-matrix table .os-group:not(:first-of-type) {
    border-top: 1px solid rgba(55, 52, 117, 0.25)
}

.home .jumbotron.home .download-hero #download-matrix table .os {
    font-weight: 700;
    font-size: 1.5rem;
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem
}

.home .jumbotron.home .download-hero #download-matrix table .os .linux-32-bit {
    display: block;
    font-size: 1rem;
    color: #0072be;
    cursor: pointer
}

.home .jumbotron.home .download-hero #download-matrix table .os .windows-32-bit {
    display: block;
    font-size: 1rem;
    color: #0072be;
    cursor: pointer
}

.home .jumbotron.home .download-hero #download-matrix table .download-type {
    text-align: left
}

.home .jumbotron.home .download-hero #download-matrix table #other-downloads {
    border-top: 1px solid rgba(55, 52, 117, 0.25)
}

.home .jumbotron.home .download-hero #download-matrix table #other-downloads td {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px
}

.home .jumbotron.home .download-hero .terms {
    padding: 4px 8px;
    color: rgba(255, 255, 255, 0.6)
}

.home .jumbotron.home .framed-video-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 28px
}

.home .jumbotron.home .homepage-hero-video-container {
    min-height: 400px
}

.home .jumbotron.home #homepage-hero-video {
    z-index: 30;
    position: absolute;
    left: 50%
}





.home .value-props {
    font-size: 2rem;
    font-family: #000;
    text-align: center
}

.home .value-props .value-prop-icon {
    background-image: url("/assets/icons/valueprops-top-sprite.svg");
    background-repeat: no-repeat;
    width: 5rem;
    height: 5rem;
    background-size: 20.6rem 10.4rem;
    margin: auto;
    margin-bottom: 1rem
}

.home .value-props .value-prop-icon.intellisense {
    background-position: 0 0
}

.home .value-props .value-prop-icon.debugging {
    background-position: -5.2rem 0
}

.home .value-props .value-prop-icon.git {
    background-position: -10.4rem 0
}

.home .value-props .value-prop-icon.extensions-icon {
    background-position: -15.6rem 0
}

.home .value-props .value-prop {
    padding: 2rem 0;
    width: 100%;
    height: 100%;
    display: block;
    color: #444
}

.home .value-props .value-prop:hover {
    color: #000;
    background: #e3e3e3;
    text-decoration: none
}

.home .value-props .value-prop:hover .value-prop-icon.intellisense {
    background-position: 0 -5.3rem
}

.home .value-props .value-prop:hover .value-prop-icon.debugging {
    background-position: -5.2rem -5.3rem
}

.home .value-props .value-prop:hover .value-prop-icon.git {
    background-position: -10.4rem -5.3rem
}

.home .value-props .value-prop:hover .value-prop-icon.extensions-icon {
    background-position: -15.6rem -5.3rem
}



.home .homepage-hero-video-overlay {
    display: none
}

.home.osx .homepage-hero-video-overlay.osx {
    display: block;
    width: 100%;
    position: absolute
}

.home.osx #homepage-hero-video {
    width: 67.5%;
    -webkit-transform: translate(-50%, 8.25%);
    -ms-transform: translate(-50%, 8.25%);
    transform: translate(-50%, 8.25%);
    display: block !important
}

.home.win .homepage-hero-video-overlay.win,
.home .linux .homepage-hero-video-overlay.win {
    display: block;
    width: 100%;
    position: absolute
}

.home.win #homepage-hero-video,
.home .linux #homepage-hero-video {
    width: 74%;
    -webkit-transform: translate(-50%, 6.5%);
    -ms-transform: translate(-50%, 6.5%);
    transform: translate(-50%, 6.5%);
    display: block !important
}

.home .swimlane h2 {
    margin-bottom: 3.5rem
}

.home .swimlane p {
    line-height: 4rem;
    font-size: 1.8rem
}

.home .swimlane.hundreds-extensions {
    margin: 0
}

.home .hundreds-extensions {
    margin-top: 100px
}

.home .hundreds-extensions .hundreds-extensions-img {
    width: 100%;
    display: block;
    padding: 0;
    transition: transform 0.25s
}

.home .hundreds-extensions .hundreds-extensions-img:hover {
    transform: scale(1.05);
    transition: transform 0.75s
}

.home .getting-started {
    padding: 50px 0
}

.home .getting-started .vscode-for {
    height: 20.5rem
}

.home .getting-started .vscode-for h2 {
    text-align: right;
    margin-top: -1.6rem;
    position: relative;
    top: 50%
}

.home .getting-started .mask {
    background: linear-gradient(to bottom, #f5f5f5, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #f5f5f5);
    z-index: 990;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -20px
}

@media screen and (-ms-high-contrast: active) {
    .home .getting-started .mask {
        background: transparent
    }
}

.home .getting-started .home-languages-list-parent {
    height: 20.5rem
}

.home .getting-started .supported-languages-list {
    height: 100%;
    overflow: hidden;
    position: relative
}

.home .getting-started .supported-languages-list>ul {
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    padding-right: 20px;
    overflow-y: scroll;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.home .getting-started .supported-languages-list>ul li {
    font-size: 3rem
}

.home .getting-started .caption {
    text-align: center;
    margin-top: 20px
}

.home .getting-started .caption .link-button {
    background-color: #0066B8;
    color: white;
    margin: 20px 0
}

.home .getting-started .caption .link-button:hover {
    background-color: #005ba4
}

.home .terms p {
    font-size: 1.4rem
}

@media (max-width: 600px) {
    .home .getting-started .logos {
        display: none
    }
}

@media (max-width: 767px) {
    .home .swimlane .screenshot {
        width: 60%;
        margin: auto;
        display: block
    }

    .home .hundreds-extensions .hundreds-extensions-img {
        width: 60%;
        margin-left: auto;
        margin-right: auto
    }

    .home .getting-started .vscode-for h2,
    .home .getting-started .supported-languages-list {
        text-align: center
    }

    .home .getting-started .vscode-for {
        height: initial
    }

    .home .getting-started .vscode-for h2 {
        top: initial;
        margin-top: initial;
        margin-bottom: 40px
    }
}

@media (max-width: 991px) {
    .home .jumbotron.home {
        text-align: center
    }

    .home .jumbotron.home .download-hero {
        max-width: 293px;
        margin: auto
    }

    .home .jumbotron.home .value-props {
        display: inline-block;
        text-align: left
    }
}

@media (min-width: 768px) {
    .home .swimlane .screenshot {
        margin-top: 28px;
        width: 100%
    }
}

@media (max-width: 1199px) {
    .home .jumbotron.home .download-hero {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .home h1 {
        font-size: 4.8rem
    }

    .home .themes .header {
        padding-top: 10%
    }
}

.home .learn-more {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center
}

@media (max-width: 767px) {
    .node-home .swimlane .screenshot {
        width: 60%;
        margin: auto;
        display: block
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .node-home .swimlane .container .row .col-sm-4 .screenshot {
        width: 100%;
        margin: auto;
        display: block
    }
}

@media (min-width: 992px) {
    .node-home-d .container .row.main-header {
        height: 350px;
        margin-top: 20px
    }
}

body.osx #node-screenshot .screenshot {
    background-image: url("/landing/node-mac.png");
    padding-bottom: 72.44733%
}

body.win #node-screenshot .screenshot {
    background-image: url("/landing/node-win.png");
    padding-bottom: 72.28525%
}

body.linux #node-screenshot .screenshot {
    background-image: url("/landing/node-linux.png");
    padding-bottom: 84.27877%
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
    body.osx #node-screenshot .screenshot {
        background-image: url("/landing/node-mac-2x.png")
    }
}

@media only screen and (min-width: 1200px) {
    body.osx #node-screenshot .screenshot {
        background-image: url("/landing/node-mac-lg.png");
        padding-bottom: 59.6%
    }

    body.win #node-screenshot .screenshot {
        background-image: url("/landing/node-win-lg.png");
        padding-bottom: 59.46667%
    }

    body.linux #node-screenshot .screenshot {
        background-image: url("/landing/node-linux-lg.png");
        padding-bottom: 69.33333%
    }
}

@media only screen and (min-width: 1200px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 1200px) and (min-resolution: 192dpi) {
    body.osx #node-screenshot .screenshot {
        background-image: url("/landing/node-mac-lg-2x.png")
    }
}

@media only screen and (max-width: 1200px) {
    .node-home-d #node-screenshot {
        display: none
    }
}

#node-screenshot {
    margin-top: 0px;
    margin-bottom: 35px
}

.azure-home .azure-cta,
.azure-home #nodejs-deployment-get-started {
    color: #fff;
    background-color: #477a32;
    margin: 2.5rem;
    height: 6.5rem
}

@media (min-width: 992px) {
    .azure-home .jumbotron .row:first-child {
        height: 350px
    }
}

.azure-home .cta {
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center
}

.azure-home .value-prop svg {
    fill: currentColor;
    height: 5rem;
    width: 5rem
}

.azure-home .value-prop .name {
    margin-top: 1rem
}

@media (max-width: 767px) {
    .azure-home .swimlane .screenshot {
        width: 60%;
        margin: auto;
        display: block
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .azure-home .swimlane .container .row .col-sm-4 .screenshot {
        width: 100%;
        margin: auto;
        display: block
    }
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #f0f0f0;
    -webkit-text-size-adjust: none
}

.hljs,
.hljs-subst,
.hljs-tag .hljs-title,
.nginx .hljs-title {
    color: black
}

.hljs-string,
.hljs-title,
.hljs-constant,
.hljs-parent,
.hljs-tag .hljs-value,
.hljs-rule .hljs-value,
.hljs-preprocessor,
.hljs-pragma,
.hljs-name,
.haml .hljs-symbol,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.hljs-addition,
.hljs-flow,
.hljs-stream,
.bash .hljs-variable,
.pf .hljs-variable,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.tex .hljs-special,
.erlang_repl .hljs-function_or_atom,
.asciidoc .hljs-header,
.markdown .hljs-header,
.coffeescript .hljs-attribute {
    color: #800
}

.smartquote,
.hljs-comment,
.hljs-annotation,
.diff .hljs-header,
.hljs-chunk,
.asciidoc .hljs-blockquote,
.markdown .hljs-blockquote {
    color: #008000
}

.hljs-number,
.hljs-date,
.hljs-regexp,
.hljs-hexcolor,
.smalltalk .hljs-symbol,
.smalltalk .hljs-char,
.go .hljs-constant,
.hljs-change,
.lasso .hljs-variable,
.makefile .hljs-variable,
.asciidoc .hljs-bullet,
.markdown .hljs-bullet,
.asciidoc .hljs-link_url,
.markdown .hljs-link_url {
    color: #008200
}

.hljs-label,
.hljs-javadoc,
.ruby .hljs-string,
.hljs-decorator,
.hljs-filter .hljs-argument,
.hljs-localvars,
.hljs-array,
.hljs-attr_selector,
.hljs-important,
.hljs-pseudo,
.hljs-pi,
.haml .hljs-bullet,
.hljs-doctype,
.hljs-deletion,
.hljs-envvar,
.hljs-shebang,
.hljs-literal,
.apache .hljs-sqbracket,
.nginx .hljs-built_in,
.tex .hljs-formula,
.erlang_repl .hljs-reserved,
.hljs-prompt,
.asciidoc .hljs-link_label,
.markdown .hljs-link_label,
.vhdl .hljs-attribute,
.clojure .hljs-attribute,
.asciidoc .hljs-attribute,
.lasso .hljs-attribute,
.coffeescript .hljs-property,
.hljs-phony {
    color: #0000FF
}

.hljs-keyword,
.hljs-id,
.hljs-title,
.hljs-built_in,
.css .hljs-tag,
.hljs-javadoctag,
.hljs-phpdoc,
.hljs-dartdoc,
.hljs-yardoctag,
.smalltalk .hljs-class,
.hljs-winutils,
.bash .hljs-variable,
.pf .hljs-variable,
.apache .hljs-tag,
.hljs-type,
.hljs-typename,
.tex .hljs-command,
.asciidoc .hljs-strong,
.markdown .hljs-strong,
.hljs-request,
.hljs-status {
    color: #0000FF
}

.asciidoc .hljs-emphasis,
.markdown .hljs-emphasis {
    font-style: italic
}

.nginx .hljs-built_in {
    font-weight: normal
}

.coffeescript .javascript,
.javascript .xml,
.lasso .markup,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
    opacity: 0.5
}

.json .hljs-attribute {
    color: #0451A5
}

.json .hljs-string {
    color: #A31515
}

.extensions {
    margin-bottom: 20px;
    margin-right: -7px
}

.extensions .gallery-item-card-container {
    float: left;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 8px;
    text-decoration: none;
    width: 25%
}

@media only screen and (max-width: 767px) {
    .extensions .gallery-item-card-container {
        width: 50%
    }
}

@media only screen and (max-width: 480px) {
    .extensions .gallery-item-card-container {
        width: 100%
    }
}

.extensions .gallery-item-card {
    background-color: #fff;
    border: #dedede solid 1px;
    color: #000;
    font-size: 12px;
    width: 100%;
    height: 210px;
    border-radius: 0;
    cursor: pointer;
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .extensions .gallery-item-card {
        height: 230px
    }
}

.extensions .gallery-item-card .icon-cell {
    text-align: center;
    padding: 16px 0
}

.extensions .gallery-item-card .icon-cell>img {
    max-width: 85%;
    height: 72px;
    display: inline-block
}

.extensions .gallery-item-card .core-info-cell {
    padding: 0 10px;
    position: relative
}

.extensions .gallery-item-card .core-info-cell .name {
    font-size: 1.4rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    position: relative
}

.extensions .gallery-item-card .core-info-cell .installs {
    display: inline;
    float: right;
    margin-right: 5px;
    margin-left: 5px
}

.extensions .gallery-item-card .core-info-cell .publisher {
    white-space: nowrap;
    overflow: hidden;
    color: #767676;
    vertical-align: middle;
    position: relative
}

.extensions .gallery-item-card .core-info-cell .install-icon {
    display: inline;
    margin-right: 5px;
    margin-top: 4px;
    float: left;
    width: 14px;
    height: 14px;
    background: url("/assets/docs_carousel/item-install-tile.png") no-repeat 0 0
}

@media screen and (-ms-high-contrast: white-on-black) {
    .extensions .gallery-item-card .core-info-cell .install-icon {
        background-image: url("/assets/docs_carousel/item-install-tile-inverted.png")
    }
}

.extensions .gallery-item-card .item-details {
    margin-top: 10px;
    padding: 0 10px
}

.extensions .gallery-item-card .item-details .description {
    overflow: hidden;
    color: #767676;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px
}

.extensions .gallery-item-card .stats-and-offer {
    position: relative;
    height: 20px;
    margin-top: 16px
}

.extensions .gallery-item-card .stats-and-offer .rating {
    position: absolute;
    left: 10px
}

.extensions .gallery-item-card .stats-and-offer .pricing-tag {
    color: #388e3c;
    margin-top: 20px;
    margin-right: 10px;
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    bottom: 2px;
    right: 10px
}

#wow-carousel:before {
    content: '';
    opacity: 0;
    background: url("/assets/docs_carousel/debug_b.png"), url("/assets/docs_carousel/multi-cursor-edit.png"), url("/assets/docs_carousel/git_b.png"), url("/assets/docs_carousel/peek_b.png"), url("/assets/docs_carousel/intellisense_b.png")
}

.carousel {
    background-color: #f2f2f2;
    padding: 1rem
}

.carousel .item>a:first-child {
    max-width: 750px;
    display: block;
    margin: auto;
    padding-top: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 4px
}

.carousel .item>a:first-child.debug {
    background-image: url("/assets/docs_carousel/debug_b.png")
}

.carousel .item>a:first-child.edit {
    background-image: url("/assets/docs_carousel/multi-cursor-edit.png")
}

.carousel .item>a:first-child.git {
    background-image: url("/assets/docs_carousel/git_b.png")
}

.carousel .item>a:first-child.peek {
    background-image: url("/assets/docs_carousel/peek_b.png")
}

.carousel .item>a:first-child.intellisense {
    background-image: url("/assets/docs_carousel/intellisense_b.png")
}

.carousel .caption {
    position: relative;
    left: auto;
    right: auto;
    margin-top: 1rem;
    text-align: center
}

.carousel .caption .title {
    font-weight: 800
}

.carousel .carousel-indicators {
    position: relative;
    bottom: 0px;
    padding-top: 2rem
}

.carousel .carousel-indicators li {
    border-color: #999b9d
}

.carousel .carousel-indicators li.active {
    background-color: #999b9d
}

.connect-widget {
    margin-top: 15px
}

.connect-widget ul {
    list-style: none;
    padding-left: 0
}

.connect-links li {
    margin-top: .8rem
}

.connect-links a {
    display: flex;
    align-items: center
}

.connect-links a img {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 1rem
}

#docs-subnavbar>div:first-child.connect-widget {
    margin-top: 0
}

.docs .body {
    line-height: 1.6
}

.docs .body h2 {
    padding-top: 70px;
    margin-top: -50px
}

.docs .body h3 {
    padding-top: 70px;
    margin-top: -50px
}

.docs .body h4 {
    margin-top: 30px
}

.docs video {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
    width: 100%;
    max-width: 100%
}

.docs iframe {
    width: 100%;
    max-width: 100%;
    height: 400px
}

.docs h1 {
    margin-bottom: 15px
}

.docs h2 {
    margin-top: 30px;
    margin-bottom: 10px
}

.docs .body h4 {
    margin-top: 30px
}

.docs img {
    max-width: 100%;
    display: block
}

.docs .keybinding {
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
    padding: 2px 4px;
    font-size: 90%;
    color: #0072be;
    background-color: #f4f2f9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}

.docs .keybinding.osx {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif
}

.docs #confirmation {
    padding: 10px 15px;
    display: none;
    text-align: center;
    background-color: #f1f8ee;
    border-color: #f1f8ee
}

.docs #confirmation h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 2.8rem
}

.docs #confirmation p {
    margin-top: 0;
    font-size: 0.8em
}

.docs .hash-link {
    margin: 1%
}

.docs-navbar-container {
    position: -webkit-sticky;
    position: sticky;
    -ms-overflow-style: none;
    top: 70px !important;
    height: calc(100vh - 70px)
}

@media (max-width: 992px) {
    .docs-navbar-container {
        position: -webkit-sticky;
        position: sticky;
        -ms-overflow-style: none;
        top: 20px !important;
        height: calc(100vh - 20px)
    }
}

#docs-navbar {
    overflow: -moz-scrollbars-none;
    overflow-y: auto;
    max-height: calc(100vh - 40px)
}

#docs-navbar::-webkit-scrollbar {
    width: 0 !important
}

#docs-subnavbar.affix {
    position: static;
    top: 0
}

#docs-subnavbar.affix-bottom {
    position: relative
}

#docs-navbar {
    padding: 15px 0;
    display: none
}

#docs-subnavbar {
    padding-top: 15px;
    padding-bottom: 15px
}

.docs-nav h4,
#docs-subnavbar h4 {
    margin-top: 0
}

#docs-navbar h4 {
    padding-left: 15px
}

#docs-subnavbar h4 {
    padding-left: 10px
}

#docs-navbar>.nav a {
    padding-left: 10px
}

#docs-navbar ul {
    list-style: none;
    padding: 0
}

#docs-navbar .nav li a {
    border-left: 1px solid #ccc;
    display: block
}

#docs-navbar .nav li a:hover {
    background: none;
    color: #444;
    text-decoration: none !important;
    border-color: #0071BC
}

#docs-navbar .nav li a:focus {
    background: none
}

#docs-navbar .nav>li>a {
    padding: 8px 15px;
    font-size: 14px
}

#docs-navbar .nav>li li>a {
    padding: 5px 25px;
    position: relative
}

#docs-navbar .nav .docs-home {
    padding-bottom: 16px
}

#docs-navbar .nav>li>.area {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase
}

#docs-navbar .nav .panel {
    margin-bottom: inherit;
    background-color: inherit;
    border: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit
}

#docs-navbar .nav .panel>a {
    margin-right: 40px
}

#docs-navbar .nav .panel.expanded a {
    border-color: #0071BC
}

#docs-navbar .nav .panel.expanded>a:hover {
    background: url("/expand-up.svg") 110px 5px no-repeat;
    background-size: 24px
}

#docs-navbar .nav .panel.collapsed>a:hover {
    background: url("/expand-down.svg") 110px 5px no-repeat;
    background-size: 24px
}

#docs-navbar .nav .collapsing {
    -webkit-transition-duration: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s
}

#docs-navbar .nav li a,
#docs-subnavbar .nav li a {
    color: #707070
}

#docs-navbar .nav li a:focus,
#docs-subnavbar .nav li a:focus {
    background-color: transparent
}

#docs-subnavbar .nav li a {
    padding: 5px 10px
}

#docs-subnavbar .nav li a:before {
    content:'{';
    color: #bbb;
    position: absolute;
    font-size: 16px;
    top: 1px;
    left: 0;
    display: none
}

#docs-subnavbar .nav li a:hover {
    background: none;
    color: #444
}

#docs-subnavbar .nav li a:hover:before {
    font-weight: bold;
    display: block
}

#docs-navbar>.nav>.active>a,
#docs-navbar>.nav>.active .active>a {
    color: #0071BC !important
}

#docs-navbar>.nav>.active>a:not(.area),
#docs-navbar>.nav>.active .active>a {
    font-weight: bold
}

#docs-navbar>.nav .active .active a:before {
    content: '';
    position: absolute;
    height: 7px;
    width: 7px;
    background-color: #0071BC;
    top: 10px;
    left: -4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

#docs-subnavbar .nav>.active>a {
    color: #0071BC;
    font-weight: bold
}

#docs-subnavbar .nav>.active>a:before {
    color: #0071BC;
    display: block
}

#docs-subnavbar .nav>.active>.nav>.active>a {
    color: #b4a0ff
}

#small-nav {
    padding: 5px 0
}

#small-nav>* {
    display: inline-block
}

#small-nav>select {
    margin-left: 12px
}

#small-nav #small-nav-dropdown {
    margin-right: 15px
}

#small-nav .social-buttons {
    vertical-align: text-top;
    display: inline-block
}

.docs .body-footer {
    border-top: 1px solid #e8e8e8;
    margin-top: 30px;
    padding-top: 10px;
    font-size: 14px;
    color: #707070
}

.docs .feedback .widget {
    background-color: #E1F1FF;
    padding: 20px;
    font-size: 1.3rem;
    margin-top: 40px
}

.docs .feedback h3 {
    font-weight: 600;
    font-size: 1.6rem;
    padding-top: 0;
    margin-top: 0;
    display: inline-block;
    width: 80%
}

.docs .feedback .charCount {
    display: inline-block;
    width: 20%;
    font-size: 1.6rem;
    text-align: right
}

.docs .feedback .buttons h3:first-child {
    margin-bottom: 20px
}

.docs .feedback .buttons button {
    background-color: #0066B8;
    color: white;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    font-size: 1.4rem;
    padding: 5px 20px;
    margin-right: 5px
}

.docs .feedback .buttons button:hover {
    background-color: #005ba4
}

.docs .feedback .buttons button:disabled {
    opacity: 0.3
}

.docs .feedback .progress-spinner {
    display: inline;
    margin-left: 2px
}

.docs .feedback .progress-spinner span {
    height: 8px;
    width: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin: 0 1px;
    display: inline-block;
    opacity: 0.5;
    background-color: #0072be;
    -webkit-animation: 1s pulse infinite;
    animation: 1s pulse infinite
}

.docs .feedback .progress-spinner span:nth-of-type(1) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s
}

.docs .feedback .progress-spinner span:nth-of-type(2) {
    -webkit-animation-delay: 0.6666s;
    animation-delay: 0.6666s
}

.docs .feedback .progress-spinner span:nth-of-type(3) {
    -webkit-animation-delay: 0.9999s;
    animation-delay: 0.9999s
}

.docs .hero-videos {
    margin-top: 10px;
    margin-bottom: 20px
}

.docs .hero-videos .video .screen {
    height: 200px;
    width: 100%;
    background: url("/assets/images/hero-video-frame.png") left top no-repeat;
    background-size: cover;
    position: relative
}

.docs .hero-videos .video .screen .video-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: 100px
}

.docs .hero-videos .video .screen .video-btn:focus {
    opacity: 1
}

.docs .next-level.header {
    margin-bottom: 10px
}

.docs .section {
    padding: 5px 15px;
    background-color: #f3f3f3;
    height: 160px;
    margin-bottom: 25px
}

.docs .section h3 {
    color: #373277;
    font-weight: bold
}

.docs a.type-ref {
    cursor: pointer
}

.docs a.type-instrinct {
    text-decoration: none
}

.docs a.type-instrinct:hover {
    text-decoration: none
}

.docs p span.ts {
    display: block;
    padding: 15px;
    font-weight: 600;
    position: relative;
    margin-left: 10px;
    cursor: pointer
}

.docs p span.ts::before {
    -ms-high-contrast-adjust: none;
    border-width: 5.6px 5.6px 5.6px 7px;
    top: 25px;
    left: -15px;
    border-color: transparent transparent transparent #a6a6a6;
    border-left-color: #d4d4d4;
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid
}

@media screen and (-ms-high-contrast: active) {
    .docs p span.ts::before {
        border-color: transparent transparent transparent #fff;
        border-left-color: #fff
    }
}

.docs p span.ts[aria-expanded='true'] {
    background-color: rgba(55, 50, 119, 0.12);
    border-radius: 10px 10px 0 0
}

.docs p span.ts[aria-expanded='true']::before {
    border-color: transparent #646465 transparent transparent;
    border-width: 8.4px 8.4px 0 7px;
    left: -21px
}

@media screen and (-ms-high-contrast: active) {
    .docs p span.ts[aria-expanded='true']::before {
        border-color: transparent #fff transparent transparent
    }
}

.docs p span.ts[aria-expanded='true']:hover {
    background-color: rgba(55, 50, 119, 0.12);
    border-radius: 10px 10px 0 0
}

.docs p span.ts[aria-expanded='true']:hover a {
    color: #373277
}

.docs p span.ts:hover {
    border-radius: 10px;
    color: #48419b;
    background-color: rgba(55, 50, 119, 0.05)
}

.docs p span.ts:hover a {
    color: #373277
}

.docs .details {
    padding: 15px 15px 5px;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 20px;
    background-color: rgba(55, 50, 119, 0.05);
    margin-left: 10px;
    margin-top: -10px
}

@media (min-width: 600px) {
    .docs .feedback {
        width: 75%
    }

    .docs .hero-videos .video .screen {
        height: 250px
    }
}

@media (max-width: 992px) {
    .docs-navbar-container {
        height: auto;
        position: relative;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {

    #docs-navbar,
    #docs-subnavbar {
        font-size: 12px;
        width: 175px;
        margin-left: -15px
    }

    #small-nav .social-buttons {
        display: none
    }

    .edit-github a .btn {
        max-width: 70px;
        height: 44px;
        margin-right: 15px;
        margin-top: 20px
    }

    .edit-github a .btn img {
        display: inline-block;
        width: 20px
    }

    .docs {
        font-size: 16px
    }

    .docs .feedback {
        width: 75%
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #docs-subnavbar.affix {
        position: fixed;
        top: 70px
    }
}

@media (min-width: 992px) {
    #docs-subnavbar.affix {
        position: fixed;
        top: 70px
    }

    .docs h1 {
        margin-top: 0
    }

    .edit-github a .btn {
        margin-top: 0
    }

    .docs .hero-videos,
    .docs .next-level {
        text-align: center
    }
}

@media (min-width: 1200px) {
    .docs .section {
        height: 225px
    }
}

.tutorial-next-btn {
    background-color: #373277;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    padding: 15px 35px;
    border-width: 2px;
    border-style: solid;
    border-color: #373277;
    border-radius: 4px;
    line-height: 65px;
    white-space: nowrap;
    margin: 2px
}

.tutorial-next-btn:hover {
    background-color: rgba(55, 50, 119, 0.8);
    color: #fff;
    text-decoration-line: unset
}

.tutorial-install-extension-btn {
    background-color: rgba(55, 50, 119, 0.7);
    color: white;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    font-size: 1.4rem;
    padding: 5px 20px;
    margin-right: 5px
}

.tutorial-install-extension-btn:hover {
    background-color: #373277;
    color: #fff;
    text-decoration-line: unset
}

.tutorial-feedback-btn {
    background-color: #fff;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    color: #373277;
    padding: 15px 35px;
    border-style: solid;
    border-color: #373277;
    border-width: 2px;
    border-radius: 4px;
    line-height: 65px;
    white-space: nowrap;
    margin: 2px
}

.tutorial-feedback-btn:hover {
    background-color: rgba(241, 226, 255, 0.5);
    color: #373277;
    text-decoration-line: unset
}

.overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    height: 100%
}

.overlay.visible {
    visibility: visible !important;
    opacity: 1;
    z-index: 2
}

#surveytitle {
    height: 35px;
    background-color: #373277;
    color: #fff;
    padding-top: 8px;
    padding-left: 20px;
    font-size: 15px
}

#surveytitle a {
    float: right;
    padding-right: 20px;
    font-weight: bold;
    color: #fff
}

#surveytitle a:hover {
    text-decoration: none
}

#surveydiv {
    padding: 20px
}

#surveydiv iframe {
    width: 420px;
    height: 485px;
    overflow: hidden
}

#surveypopup .surveypopup {
    visibility: visible;
    width: 460px;
    background-color: #fff;
    margin: 0 auto;
    position: fixed;
    bottom: 5%;
    left: 35%;
    overflow: hidden;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.35)
}

.downloads .nav-tabs a {
    font-weight: bold
}

.downloads .nav-tabs>li.active>a {
    background-color: whitesmoke
}

.downloads .tab-content {
    border: #ddd solid 1px;
    border-top: none;
    margin-bottom: 15px
}

.downloads .tab-content .alt-downloads {
    margin: 0;
    padding: 10px 0 10px;
    background-color: #f5f5f5
}

.downloads .insiders-info {
    max-width: 900px;
    margin: auto
}

.downloads .download {
    margin: 40px 0 40px
}

.insiders .swimlane:first-child h1:first-child {
    margin-top: 0
}

.insiders .terms {
    margin-top: 4em
}

.insiders .value-props {
    text-align: center
}

.insiders .value-props ul {
    list-style: none
}

.insiders .value-props .image {
    width: 12.8rem;
    height: 12.8rem;
    border-radius: 50%;
    margin: auto;
    background-size: 75%;
    background-position: 50%;
    background-repeat: no-repeat
}

.insiders .value-props .image.earlyadopters {
    border-color: #00b294;
    background-image: url("/insiders/faster-updates.svg")
}

.insiders .value-props .image.nightlyupdates {
    border-color: #0072be;
    background-image: url("/insiders/nightly-downloads.svg")
}

.insiders .value-props .image.sidebyside {
    border-color: #058f2d;
    background-image: url("/insiders/side-by-side.svg")
}

.insiders .download-btn {
    margin-top: 1em
}

#mscc-cookie-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

.license {
    padding-top: 2rem;
    padding-bottom: 4rem
}

.license h2,
.license h3,
.license strong {
    font-weight: bold
}

.license-terms>li {
    margin-bottom: 2rem
}

@font-face {
    font-family: "codicon";
    src: url("/assets/fonts/codicon.ttf?40af11c031d13fa26de292bc13357b59") format("truetype")
}

#codicon-listing td:first-child {
    padding-left: 20px
}

#codicon-listing .codicon[class*='codicon-'] {
    font: normal normal normal 16px/1 codicon;
    display: inline-block;
    text-decoration: none;
    text-rendering: auto;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.codicon-add:before {
    content: "\ea60"
}

.codicon-plus:before {
    content: "\ea60"
}

.codicon-gist-new:before {
    content: "\ea60"
}

.codicon-repo-create:before {
    content: "\ea60"
}

.codicon-lightbulb:before {
    content: "\ea61"
}

.codicon-light-bulb:before {
    content: "\ea61"
}

.codicon-repo:before {
    content: "\ea62"
}

.codicon-repo-delete:before {
    content: "\ea62"
}

.codicon-gist-fork:before {
    content: "\ea63"
}

.codicon-repo-forked:before {
    content: "\ea63"
}

.codicon-git-pull-request:before {
    content: "\ea64"
}

.codicon-git-pull-request-abandoned:before {
    content: "\ea64"
}

.codicon-record-keys:before {
    content: "\ea65"
}

.codicon-keyboard:before {
    content: "\ea65"
}

.codicon-tag:before {
    content: "\ea66"
}

.codicon-tag-add:before {
    content: "\ea66"
}

.codicon-tag-remove:before {
    content: "\ea66"
}

.codicon-person:before {
    content: "\ea67"
}

.codicon-person-add:before {
    content: "\ea67"
}

.codicon-person-follow:before {
    content: "\ea67"
}

.codicon-person-outline:before {
    content: "\ea67"
}

.codicon-person-filled:before {
    content: "\ea67"
}

.codicon-git-branch:before {
    content: "\ea68"
}

.codicon-git-branch-create:before {
    content: "\ea68"
}

.codicon-git-branch-delete:before {
    content: "\ea68"
}

.codicon-source-control:before {
    content: "\ea68"
}

.codicon-mirror:before {
    content: "\ea69"
}

.codicon-mirror-public:before {
    content: "\ea69"
}

.codicon-star:before {
    content: "\ea6a"
}

.codicon-star-add:before {
    content: "\ea6a"
}

.codicon-star-delete:before {
    content: "\ea6a"
}

.codicon-star-empty:before {
    content: "\ea6a"
}

.codicon-comment:before {
    content: "\ea6b"
}

.codicon-comment-add:before {
    content: "\ea6b"
}

.codicon-alert:before {
    content: "\ea6c"
}

.codicon-warning:before {
    content: "\ea6c"
}

.codicon-search:before {
    content: "\ea6d"
}

.codicon-search-save:before {
    content: "\ea6d"
}

.codicon-log-out:before {
    content: "\ea6e"
}

.codicon-sign-out:before {
    content: "\ea6e"
}

.codicon-log-in:before {
    content: "\ea6f"
}

.codicon-sign-in:before {
    content: "\ea6f"
}

.codicon-eye:before {
    content: "\ea70"
}

.codicon-eye-unwatch:before {
    content: "\ea70"
}

.codicon-eye-watch:before {
    content: "\ea70"
}

.codicon-circle-filled:before {
    content: "\ea71"
}

.codicon-primitive-dot:before {
    content: "\ea71"
}

.codicon-close-dirty:before {
    content: "\ea71"
}

.codicon-debug-breakpoint:before {
    content: "\ea71"
}

.codicon-debug-breakpoint-disabled:before {
    content: "\ea71"
}

.codicon-debug-hint:before {
    content: "\ea71"
}

.codicon-primitive-square:before {
    content: "\ea72"
}

.codicon-edit:before {
    content: "\ea73"
}

.codicon-pencil:before {
    content: "\ea73"
}

.codicon-info:before {
    content: "\ea74"
}

.codicon-issue-opened:before {
    content: "\ea74"
}

.codicon-gist-private:before {
    content: "\ea75"
}

.codicon-git-fork-private:before {
    content: "\ea75"
}

.codicon-lock:before {
    content: "\ea75"
}

.codicon-mirror-private:before {
    content: "\ea75"
}

.codicon-close:before {
    content: "\ea76"
}

.codicon-remove-close:before {
    content: "\ea76"
}

.codicon-x:before {
    content: "\ea76"
}

.codicon-repo-sync:before {
    content: "\ea77"
}

.codicon-sync:before {
    content: "\ea77"
}

.codicon-clone:before {
    content: "\ea78"
}

.codicon-desktop-download:before {
    content: "\ea78"
}

.codicon-beaker:before {
    content: "\ea79"
}

.codicon-microscope:before {
    content: "\ea79"
}

.codicon-vm:before {
    content: "\ea7a"
}

.codicon-device-desktop:before {
    content: "\ea7a"
}

.codicon-file:before {
    content: "\ea7b"
}

.codicon-file-text:before {
    content: "\ea7b"
}

.codicon-more:before {
    content: "\ea7c"
}

.codicon-ellipsis:before {
    content: "\ea7c"
}

.codicon-kebab-horizontal:before {
    content: "\ea7c"
}

.codicon-mail-reply:before {
    content: "\ea7d"
}

.codicon-reply:before {
    content: "\ea7d"
}

.codicon-organization:before {
    content: "\ea7e"
}

.codicon-organization-filled:before {
    content: "\ea7e"
}

.codicon-organization-outline:before {
    content: "\ea7e"
}

.codicon-new-file:before {
    content: "\ea7f"
}

.codicon-file-add:before {
    content: "\ea7f"
}

.codicon-new-folder:before {
    content: "\ea80"
}

.codicon-file-directory-create:before {
    content: "\ea80"
}

.codicon-trash:before {
    content: "\ea81"
}

.codicon-trashcan:before {
    content: "\ea81"
}

.codicon-history:before {
    content: "\ea82"
}

.codicon-clock:before {
    content: "\ea82"
}

.codicon-folder:before {
    content: "\ea83"
}

.codicon-file-directory:before {
    content: "\ea83"
}

.codicon-symbol-folder:before {
    content: "\ea83"
}

.codicon-logo-github:before {
    content: "\ea84"
}

.codicon-mark-github:before {
    content: "\ea84"
}

.codicon-github:before {
    content: "\ea84"
}

.codicon-terminal:before {
    content: "\ea85"
}

.codicon-console:before {
    content: "\ea85"
}

.codicon-zap:before {
    content: "\ea86"
}

.codicon-symbol-event:before {
    content: "\ea86"
}

.codicon-error:before {
    content: "\ea87"
}

.codicon-stop:before {
    content: "\ea87"
}

.codicon-variable:before {
    content: "\ea88"
}

.codicon-symbol-variable:before {
    content: "\ea88"
}

.codicon-array:before {
    content: "\ea8a"
}

.codicon-symbol-array:before {
    content: "\ea8a"
}

.codicon-symbol-module:before {
    content: "\ea8b"
}

.codicon-symbol-package:before {
    content: "\ea8b"
}

.codicon-symbol-namespace:before {
    content: "\ea8b"
}

.codicon-symbol-object:before {
    content: "\ea8b"
}

.codicon-symbol-method:before {
    content: "\ea8c"
}

.codicon-symbol-function:before {
    content: "\ea8c"
}

.codicon-symbol-constructor:before {
    content: "\ea8c"
}

.codicon-symbol-boolean:before {
    content: "\ea8f"
}

.codicon-symbol-null:before {
    content: "\ea8f"
}

.codicon-symbol-numeric:before {
    content: "\ea90"
}

.codicon-symbol-number:before {
    content: "\ea90"
}

.codicon-symbol-structure:before {
    content: "\ea91"
}

.codicon-symbol-struct:before {
    content: "\ea91"
}

.codicon-symbol-parameter:before {
    content: "\ea92"
}

.codicon-symbol-type-parameter:before {
    content: "\ea92"
}

.codicon-symbol-key:before {
    content: "\ea93"
}

.codicon-symbol-text:before {
    content: "\ea93"
}

.codicon-symbol-reference:before {
    content: "\ea94"
}

.codicon-go-to-file:before {
    content: "\ea94"
}

.codicon-symbol-enum:before {
    content: "\ea95"
}

.codicon-symbol-value:before {
    content: "\ea95"
}

.codicon-symbol-ruler:before {
    content: "\ea96"
}

.codicon-symbol-unit:before {
    content: "\ea96"
}

.codicon-activate-breakpoints:before {
    content: "\ea97"
}

.codicon-archive:before {
    content: "\ea98"
}

.codicon-arrow-both:before {
    content: "\ea99"
}

.codicon-arrow-down:before {
    content: "\ea9a"
}

.codicon-arrow-left:before {
    content: "\ea9b"
}

.codicon-arrow-right:before {
    content: "\ea9c"
}

.codicon-arrow-small-down:before {
    content: "\ea9d"
}

.codicon-arrow-small-left:before {
    content: "\ea9e"
}

.codicon-arrow-small-right:before {
    content: "\ea9f"
}

.codicon-arrow-small-up:before {
    content: "\eaa0"
}

.codicon-arrow-up:before {
    content: "\eaa1"
}

.codicon-bell:before {
    content: "\eaa2"
}

.codicon-bold:before {
    content: "\eaa3"
}

.codicon-book:before {
    content: "\eaa4"
}

.codicon-bookmark:before {
    content: "\eaa5"
}

.codicon-debug-breakpoint-conditional-unverified:before {
    content: "\eaa6"
}

.codicon-debug-breakpoint-conditional:before {
    content: "\eaa7"
}

.codicon-debug-breakpoint-conditional-disabled:before {
    content: "\eaa7"
}

.codicon-debug-breakpoint-data-unverified:before {
    content: "\eaa8"
}

.codicon-debug-breakpoint-data:before {
    content: "\eaa9"
}

.codicon-debug-breakpoint-data-disabled:before {
    content: "\eaa9"
}

.codicon-debug-breakpoint-log-unverified:before {
    content: "\eaaa"
}

.codicon-debug-breakpoint-log:before {
    content: "\eaab"
}

.codicon-debug-breakpoint-log-disabled:before {
    content: "\eaab"
}

.codicon-briefcase:before {
    content: "\eaac"
}

.codicon-broadcast:before {
    content: "\eaad"
}

.codicon-browser:before {
    content: "\eaae"
}

.codicon-bug:before {
    content: "\eaaf"
}

.codicon-calendar:before {
    content: "\eab0"
}

.codicon-case-sensitive:before {
    content: "\eab1"
}

.codicon-check:before {
    content: "\eab2"
}

.codicon-checklist:before {
    content: "\eab3"
}

.codicon-chevron-down:before {
    content: "\eab4"
}

.codicon-chevron-left:before {
    content: "\eab5"
}

.codicon-chevron-right:before {
    content: "\eab6"
}

.codicon-chevron-up:before {
    content: "\eab7"
}

.codicon-chrome-close:before {
    content: "\eab8"
}

.codicon-chrome-maximize:before {
    content: "\eab9"
}

.codicon-chrome-minimize:before {
    content: "\eaba"
}

.codicon-chrome-restore:before {
    content: "\eabb"
}

.codicon-circle-outline:before {
    content: "\eabc"
}

.codicon-debug-breakpoint-unverified:before {
    content: "\eabc"
}

.codicon-circle-slash:before {
    content: "\eabd"
}

.codicon-circuit-board:before {
    content: "\eabe"
}

.codicon-clear-all:before {
    content: "\eabf"
}

.codicon-clippy:before {
    content: "\eac0"
}

.codicon-close-all:before {
    content: "\eac1"
}

.codicon-cloud-download:before {
    content: "\eac2"
}

.codicon-cloud-upload:before {
    content: "\eac3"
}

.codicon-code:before {
    content: "\eac4"
}

.codicon-collapse-all:before {
    content: "\eac5"
}

.codicon-color-mode:before {
    content: "\eac6"
}

.codicon-comment-discussion:before {
    content: "\eac7"
}

.codicon-compare-changes:before {
    content: "\eac8"
}

.codicon-credit-card:before {
    content: "\eac9"
}

.codicon-dash:before {
    content: "\eacc"
}

.codicon-dashboard:before {
    content: "\eacd"
}

.codicon-database:before {
    content: "\eace"
}

.codicon-debug-continue:before {
    content: "\eacf"
}

.codicon-debug-disconnect:before {
    content: "\ead0"
}

.codicon-debug-pause:before {
    content: "\ead1"
}

.codicon-debug-restart:before {
    content: "\ead2"
}

.codicon-debug-start:before {
    content: "\ead3"
}

.codicon-debug-step-into:before {
    content: "\ead4"
}

.codicon-debug-step-out:before {
    content: "\ead5"
}

.codicon-debug-step-over:before {
    content: "\ead6"
}

.codicon-debug-stop:before {
    content: "\ead7"
}

.codicon-debug:before {
    content: "\ead8"
}

.codicon-device-camera-video:before {
    content: "\ead9"
}

.codicon-device-camera:before {
    content: "\eada"
}

.codicon-device-mobile:before {
    content: "\eadb"
}

.codicon-diff-added:before {
    content: "\eadc"
}

.codicon-diff-ignored:before {
    content: "\eadd"
}

.codicon-diff-modified:before {
    content: "\eade"
}

.codicon-diff-removed:before {
    content: "\eadf"
}

.codicon-diff-renamed:before {
    content: "\eae0"
}

.codicon-diff:before {
    content: "\eae1"
}

.codicon-discard:before {
    content: "\eae2"
}

.codicon-editor-layout:before {
    content: "\eae3"
}

.codicon-empty-window:before {
    content: "\eae4"
}

.codicon-exclude:before {
    content: "\eae5"
}

.codicon-extensions:before {
    content: "\eae6"
}

.codicon-eye-closed:before {
    content: "\eae7"
}

.codicon-file-binary:before {
    content: "\eae8"
}

.codicon-file-code:before {
    content: "\eae9"
}

.codicon-file-media:before {
    content: "\eaea"
}

.codicon-file-pdf:before {
    content: "\eaeb"
}

.codicon-file-submodule:before {
    content: "\eaec"
}

.codicon-file-symlink-directory:before {
    content: "\eaed"
}

.codicon-file-symlink-file:before {
    content: "\eaee"
}

.codicon-file-zip:before {
    content: "\eaef"
}

.codicon-files:before {
    content: "\eaf0"
}

.codicon-filter:before {
    content: "\eaf1"
}

.codicon-flame:before {
    content: "\eaf2"
}

.codicon-fold-down:before {
    content: "\eaf3"
}

.codicon-fold-up:before {
    content: "\eaf4"
}

.codicon-fold:before {
    content: "\eaf5"
}

.codicon-folder-active:before {
    content: "\eaf6"
}

.codicon-folder-opened:before {
    content: "\eaf7"
}

.codicon-gear:before {
    content: "\eaf8"
}

.codicon-gift:before {
    content: "\eaf9"
}

.codicon-gist-secret:before {
    content: "\eafa"
}

.codicon-gist:before {
    content: "\eafb"
}

.codicon-git-commit:before {
    content: "\eafc"
}

.codicon-git-compare:before {
    content: "\eafd"
}

.codicon-git-merge:before {
    content: "\eafe"
}

.codicon-github-action:before {
    content: "\eaff"
}

.codicon-github-alt:before {
    content: "\eb00"
}

.codicon-globe:before {
    content: "\eb01"
}

.codicon-grabber:before {
    content: "\eb02"
}

.codicon-graph:before {
    content: "\eb03"
}

.codicon-gripper:before {
    content: "\eb04"
}

.codicon-heart:before {
    content: "\eb05"
}

.codicon-home:before {
    content: "\eb06"
}

.codicon-horizontal-rule:before {
    content: "\eb07"
}

.codicon-hubot:before {
    content: "\eb08"
}

.codicon-inbox:before {
    content: "\eb09"
}

.codicon-issue-closed:before {
    content: "\eb0a"
}

.codicon-issue-reopened:before {
    content: "\eb0b"
}

.codicon-issues:before {
    content: "\eb0c"
}

.codicon-italic:before {
    content: "\eb0d"
}

.codicon-jersey:before {
    content: "\eb0e"
}

.codicon-json:before {
    content: "\eb0f"
}

.codicon-kebab-vertical:before {
    content: "\eb10"
}

.codicon-key:before {
    content: "\eb11"
}

.codicon-law:before {
    content: "\eb12"
}

.codicon-lightbulb-autofix:before {
    content: "\eb13"
}

.codicon-link-external:before {
    content: "\eb14"
}

.codicon-link:before {
    content: "\eb15"
}

.codicon-list-ordered:before {
    content: "\eb16"
}

.codicon-list-unordered:before {
    content: "\eb17"
}

.codicon-live-share:before {
    content: "\eb18"
}

.codicon-loading:before {
    content: "\eb19"
}

.codicon-location:before {
    content: "\eb1a"
}

.codicon-mail-read:before {
    content: "\eb1b"
}

.codicon-mail:before {
    content: "\eb1c"
}

.codicon-markdown:before {
    content: "\eb1d"
}

.codicon-megaphone:before {
    content: "\eb1e"
}

.codicon-mention:before {
    content: "\eb1f"
}

.codicon-milestone:before {
    content: "\eb20"
}

.codicon-mortar-board:before {
    content: "\eb21"
}

.codicon-move:before {
    content: "\eb22"
}

.codicon-multiple-windows:before {
    content: "\eb23"
}

.codicon-mute:before {
    content: "\eb24"
}

.codicon-no-newline:before {
    content: "\eb25"
}

.codicon-note:before {
    content: "\eb26"
}

.codicon-octoface:before {
    content: "\eb27"
}

.codicon-open-preview:before {
    content: "\eb28"
}

.codicon-package:before {
    content: "\eb29"
}

.codicon-paintcan:before {
    content: "\eb2a"
}

.codicon-pin:before {
    content: "\eb2b"
}

.codicon-play:before {
    content: "\eb2c"
}

.codicon-plug:before {
    content: "\eb2d"
}

.codicon-preserve-case:before {
    content: "\eb2e"
}

.codicon-preview:before {
    content: "\eb2f"
}

.codicon-project:before {
    content: "\eb30"
}

.codicon-pulse:before {
    content: "\eb31"
}

.codicon-question:before {
    content: "\eb32"
}

.codicon-quote:before {
    content: "\eb33"
}

.codicon-radio-tower:before {
    content: "\eb34"
}

.codicon-reactions:before {
    content: "\eb35"
}

.codicon-references:before {
    content: "\eb36"
}

.codicon-refresh:before {
    content: "\eb37"
}

.codicon-regex:before {
    content: "\eb38"
}

.codicon-remote-explorer:before {
    content: "\eb39"
}

.codicon-remote:before {
    content: "\eb3a"
}

.codicon-remove:before {
    content: "\eb3b"
}

.codicon-replace-all:before {
    content: "\eb3c"
}

.codicon-replace:before {
    content: "\eb3d"
}

.codicon-repo-clone:before {
    content: "\eb3e"
}

.codicon-repo-force-push:before {
    content: "\eb3f"
}

.codicon-repo-pull:before {
    content: "\eb40"
}

.codicon-repo-push:before {
    content: "\eb41"
}

.codicon-report:before {
    content: "\eb42"
}

.codicon-request-changes:before {
    content: "\eb43"
}

.codicon-rocket:before {
    content: "\eb44"
}

.codicon-root-folder-opened:before {
    content: "\eb45"
}

.codicon-root-folder:before {
    content: "\eb46"
}

.codicon-rss:before {
    content: "\eb47"
}

.codicon-ruby:before {
    content: "\eb48"
}

.codicon-save-all:before {
    content: "\eb49"
}

.codicon-save-as:before {
    content: "\eb4a"
}

.codicon-save:before {
    content: "\eb4b"
}

.codicon-screen-full:before {
    content: "\eb4c"
}

.codicon-screen-normal:before {
    content: "\eb4d"
}

.codicon-search-stop:before {
    content: "\eb4e"
}

.codicon-server:before {
    content: "\eb50"
}

.codicon-settings-gear:before {
    content: "\eb51"
}

.codicon-settings:before {
    content: "\eb52"
}

.codicon-shield:before {
    content: "\eb53"
}

.codicon-smiley:before {
    content: "\eb54"
}

.codicon-sort-precedence:before {
    content: "\eb55"
}

.codicon-split-horizontal:before {
    content: "\eb56"
}

.codicon-split-vertical:before {
    content: "\eb57"
}

.codicon-squirrel:before {
    content: "\eb58"
}

.codicon-star-full:before {
    content: "\eb59"
}

.codicon-star-half:before {
    content: "\eb5a"
}

.codicon-symbol-class:before {
    content: "\eb5b"
}

.codicon-symbol-color:before {
    content: "\eb5c"
}

.codicon-symbol-constant:before {
    content: "\eb5d"
}

.codicon-symbol-enum-member:before {
    content: "\eb5e"
}

.codicon-symbol-field:before {
    content: "\eb5f"
}

.codicon-symbol-file:before {
    content: "\eb60"
}

.codicon-symbol-interface:before {
    content: "\eb61"
}

.codicon-symbol-keyword:before {
    content: "\eb62"
}

.codicon-symbol-misc:before {
    content: "\eb63"
}

.codicon-symbol-operator:before {
    content: "\eb64"
}

.codicon-symbol-property:before {
    content: "\eb65"
}

.codicon-symbol-snippet:before {
    content: "\eb66"
}

.codicon-tasklist:before {
    content: "\eb67"
}

.codicon-telescope:before {
    content: "\eb68"
}

.codicon-text-size:before {
    content: "\eb69"
}

.codicon-three-bars:before {
    content: "\eb6a"
}

.codicon-thumbsdown:before {
    content: "\eb6b"
}

.codicon-thumbsup:before {
    content: "\eb6c"
}

.codicon-tools:before {
    content: "\eb6d"
}

.codicon-triangle-down:before {
    content: "\eb6e"
}

.codicon-triangle-left:before {
    content: "\eb6f"
}

.codicon-triangle-right:before {
    content: "\eb70"
}

.codicon-triangle-up:before {
    content: "\eb71"
}

.codicon-twitter:before {
    content: "\eb72"
}

.codicon-unfold:before {
    content: "\eb73"
}

.codicon-unlock:before {
    content: "\eb74"
}

.codicon-unmute:before {
    content: "\eb75"
}

.codicon-unverified:before {
    content: "\eb76"
}

.codicon-verified:before {
    content: "\eb77"
}

.codicon-versions:before {
    content: "\eb78"
}

.codicon-vm-active:before {
    content: "\eb79"
}

.codicon-vm-outline:before {
    content: "\eb7a"
}

.codicon-vm-running:before {
    content: "\eb7b"
}

.codicon-watch:before {
    content: "\eb7c"
}

.codicon-whitespace:before {
    content: "\eb7d"
}

.codicon-whole-word:before {
    content: "\eb7e"
}

.codicon-window:before {
    content: "\eb7f"
}

.codicon-word-wrap:before {
    content: "\eb80"
}

.codicon-zoom-in:before {
    content: "\eb81"
}

.codicon-zoom-out:before {
    content: "\eb82"
}

.codicon-list-filter:before {
    content: "\eb83"
}

.codicon-list-flat:before {
    content: "\eb84"
}

.codicon-list-selection:before {
    content: "\eb85"
}

.codicon-selection:before {
    content: "\eb85"
}

.codicon-list-tree:before {
    content: "\eb86"
}

.codicon-debug-breakpoint-function-unverified:before {
    content: "\eb87"
}

.codicon-debug-breakpoint-function:before {
    content: "\eb88"
}

.codicon-debug-breakpoint-function-disabled:before {
    content: "\eb88"
}

.codicon-debug-breakpoint-stackframe-active:before {
    content: "\eb89"
}

.codicon-debug-breakpoint-stackframe-dot:before {
    content: "\eb8a"
}

.codicon-debug-breakpoint-stackframe:before {
    content: "\eb8b"
}

.codicon-debug-breakpoint-stackframe-focused:before {
    content: "\eb8b"
}

.codicon-debug-breakpoint-unsupported:before {
    content: "\eb8c"
}

.codicon-symbol-string:before {
    content: "\eb8d"
}

.codicon-debug-reverse-continue:before {
    content: "\eb8e"
}

.codicon-debug-step-back:before {
    content: "\eb8f"
}

.codicon-debug-restart-frame:before {
    content: "\eb90"
}

.codicon-debug-alternate:before {
    content: "\eb91"
}

.codicon-call-incoming:before {
    content: "\eb92"
}

.codicon-call-outgoing:before {
    content: "\eb93"
}

.codicon-debug-alt:before {
    content: "\f101"
}

.loading {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: url("/assets/loading.svg") center center no-repeat
}

@media screen and (-ms-high-contrast: active) {
    .sha-table-btn {
        border: solid 1px black
    }
}

strong,
b {
    font-weight: 600
}