/*
 * I add this to html files generated with pandoc.
 */

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #444;
    font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    font-size: 12px;
    line-height: 1.7;
    padding: 1em 1em 1em 300px;
    margin: auto;
    max-width: 700px;
    background: #fefefe;
}

.load-tests button {
    padding: 7px;
    cursor: pointer;
    border-color: #b3b2b2;
    border-radius: 10px;
    opacity: 0.7;
}

.load-tests button:hover {
    opacity: 1;
}

h2 {
    display: block;
}

.download-section-as-pdf-text-link {
    display: inline-block;
    position: relative;
    padding-left: 8px;
    opacity: 0.7;
}

.download-section-as-pdf-text-link:hover {
    opacity: 1;
}

.download-section-as-pdf-text-link img {
    width: 20px;
}
.toc-body.empty{
    background: url(../images/loading.gif) no-repeat center;
}

.toc-bar {
    position: fixed;
    left: 0;
    top: 60px;
    width: 300px;
    height: 100%;
    background: #fbfbfd;

    font-size: 13px;
    font-family: Arial, serif;

    z-index: 2;
    border-right: 1px solid rgba(39, 40, 44, 0.20);
    box-sizing: border-box;

    -webkit-box-shadow: -10px 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 5px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.toc-body {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 299px;
    overflow: auto;
    height: -moz-calc(100% - 161px); /* Firefox */
    height: -webkit-calc(100% - 161px); /* Chrome, Safari */
    height: calc(100% - 161px); /* IE9+ and future browsers */
}

.toc-body::-webkit-scrollbar {
    width: 8px;
}

.toc-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(183, 84, 84, 0.3);
}

.toc-body::-webkit-scrollbar-thumb {
    background-color: #c5bfbf8a;
}

.toc-header {
    display: block;
    width: 299px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
    z-index: 3;
    padding: 10px 10px 20px 10px;
    top: 0;
    border-bottom: 1px solid rgba(39, 40, 44, 0.08);
}

#TOC ul a.underlined {
    border-bottom: 1px solid rgba(39, 40, 44, 0.20);
}

#TOC ul {
    margin: 0;
    padding: 0;
}

#TOC ul a.download-section-as-pdf {
    background: url(../images/pdf.png);
    background-size: contain;
    width: 22px;
    height: 22px;
    display: block;
    right: 15px;
    position: absolute;
    margin-top: 6px;
    z-index: 2;
    opacity: 0.7;
}

#TOC ul a.download-section-as-pdf:hover {
    opacity: 1;
}

#TOC.loaded > ul:before {
    display: none;
}

#TOC ul li {
    display: none;
}

#TOC li {
    list-style: none;
    position: relative;
}

#TOC .toc-element.active, #TOC .toc-element.active:hover {
    background-color: #c1c1c1;
    color: #404040;
}

#TOC .toc-element:hover {
    background-color: #F4F4F4;
}

#TOC .toc-element {
    display: inline-block;
    width: 100%;
    color: gray;
    line-height: 16px;
    padding: 8px 30px;
    box-sizing: border-box;
    outline: none;
}

#TOC > ul > li > ul::before, #TOC .toc-element.toggled ~ ul::before {
    border: 4px solid transparent;
    border-top: 4px solid gray;
}

#TOC li ul::before {
    content: '';
    cursor: pointer;
    border: 4px solid transparent;
    border-left: 4px solid gray;
    width: 0;
    height: 0;
    margin-right: 7px;
    display: inline-block;
    margin-left: 15px;
    margin-top: 12px;
    top: 0;
    position: absolute;
}

#TOC > ul > li > ul > li > .toc-element {
    padding-left: 45px;
}

#TOC > ul > li > ul > li > ul::before {
    margin-left: 30px;
}

#TOC > ul > li > ul > li > ul > li > .toc-element {
    padding-left: 60px;
}

#TOC > ul > li > ul > li > ul > li > ul::before {
    margin-left: 45px;
}

#TOC > ul > li > ul > li > ul > li > ul > li > .toc-element {
    padding-left: 75px;
}

#TOC > ul > li > ul > li > ul > li > ul > li > ul::before {
    margin-left: 60px;
}

#TOC > ul > li > ul > li > ul > li > ul > li > ul > li > .toc-element {
    padding-left: 90px;
}

#toc-search-bar {
    width: 100%;
    z-index: 3;
    box-sizing: border-box;
    border: 1px solid rgba(39, 40, 44, 0.20);
    padding: 5px;
    border-radius: 3px;
}

.toc-section img {
    outline: none;
    width: 6px;
    height: 6px;
}

.icon-menu {
    margin-top: 16px;
    margin-left: 5px;
    display: none;
    height: 17px;
    width: 17px;
    position: fixed;
    cursor: pointer;
    padding: 5px;
    opacity: 0.7;
}

.icon-menu .divide {
    display: block;
    height: 2px;
    margin: 3px 0;
    background: #c7bcbc;
}

.icon-menu:hover {
    opacity: 1;
}

@media (max-width: 1050px) {
    body {
        padding-left: 40px;
    }

    .header-bar .download-full-pdf {
        top: 15px;
    }

    .header-bar .sentence-finder-bar {
        display: none;
    }

    .header-bar .icon-menu {
        display: block;
    }

    .toc-bar {
        left: -310px;
    }

    .toc-bar.active {
        left: 0;
    }

    .header-bar .main-page {
        margin-left: 40px;
    }
}


@media (max-width: 500px) {

    .toc-bar.active,
    .toc-bar.active .toc-bar,
    .toc-bar.active .toc-body,
    .toc-bar.active .toc-header {
        width: 100%;
    }

    .toc-bar ul a.download-section-as-pdf {
        right: 25px;
    }

    .toc-bar.active.toc-header{
        padding: 10px 20px 0 0;
    }

}


.header-section-number {
    display: none;
}

a {
    color: #0645ad;
    text-decoration: none;
}

a:visited {
    color: #0b0080;
}

a:hover {
    color: #06e;
}

a:active {
    color: #faa700;
}

*::-moz-selection {
    background: rgba(255, 255, 0, 0.3);
    color: #000;
}

*::selection {
    background: rgba(255, 255, 0, 0.3);
    color: #000;
}

a::-moz-selection {
    background: rgba(255, 255, 0, 0.3);
    color: #0645ad;
}

a::selection {
    background: rgba(255, 255, 0, 0.3);
    color: #0645ad;
}

p {
    margin: 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #111;
    line-height: 125%;
    margin-top: 2em;
    font-weight: normal;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.5em;
    counter-increment: part;
    counter-reset: chapter section subsection subsubsection paragraph;
}

h1.unnumbered {
    font-size: 2.5em;
    counter-increment: none;
    counter-reset: none;
}

h1:before {
    content: counter(part) "\0000a0\0000a0";
}

h1.unnumbered:before {
    content: none;
}

h2 {
    font-size: 2em;
    counter-increment: chapter;
    counter-reset: section subsection subsubsection paragraph;
}

h2.unnumbered {
    font-size: 2em;
    counter-increment: none;
    counter-reset: none;
}

h2:before {
    content: "Chapter\00a0" counter(chapter);
    display: block;
    margin-bottom: 2ex;
}

h2.unnumbered:before {
    content: none;
}

h3 {
    font-size: 1.5em;
    counter-increment: section;
    counter-reset: subsection subsubsection paragraph;
}

h3.unnumbered {
    font-size: 1.5em;
    counter-increment: none;
    counter-reset: none;
}

h3:before {
    content: counter(chapter) "." counter(section) "\0000a0\0000a0";
}

h3.unnumbered:before {
    content: none;
}

h4 {
    font-size: 1.2em;
    counter-increment: subsection;
    counter-reset: subsubsection paragraph;
}

h4.unnumbered {
    font-size: 1.2em;
    counter-increment: none;
    counter-reset: none;
}

h4:before {
    content: counter(chapter) "." counter(section) "." counter(subsection) "\0000a0\0000a0";
}

h4.unnumbered:before {
    content: none;
}

h5 {
    font-size: 1em;
    counter-increment: subsubsection;
}

h5.unnumbered {
    font-size: 1em;
    counter-increment: none;
    counter-reset: none;
}

/* uncomment if we want level 5 headers to be numbered, too */
/*h5:before {*/
/*    content: counter(chapter)"."counter(section)"."counter(subsection)"."counter(subsubsection)"\0000a0\0000a0";*/
/*}*/

/*h5.unnumbered:before {*/
/*    content: none;*/
/*}*/

h6 {
    font-size: 0.9em;
}

blockquote {
    color: #666666;
    margin: 0;
    padding-left: 3em;
    border-left: 0.5em #EEE solid;
}

hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #eee;
    margin: 1em 0;
    padding: 0;
}

pre, code, kbd, samp {
    color: #000;
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 0.98em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 2em;
}

li p:last-child {
    margin-bottom: 0;
}

ul ul, ol ol {
    margin: .3em 0;
}

dl {
    margin-bottom: 1em;
}

dt {
    font-weight: bold;
    margin-bottom: .8em;
}

dd {
    margin: 0 0 .8em 2em;
}

dd:last-child {
    margin-bottom: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

figure {
    display: block;
    text-align: center;
    margin: 1em 0;
}

figure img {
    border: none;
    margin: 0 auto;
}

figcaption {
    font-size: 0.8em;
    font-style: italic;
    margin: 0 0 .8em;
}

table {
    margin-bottom: 2em;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-spacing: 0;
    border-collapse: collapse;
}

table th {
    padding: .2em 1em;
    background-color: #eee;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

table td {
    padding: .2em 1em;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    vertical-align: top;
}

.author {
    font-size: 1.2em;
    text-align: center;
}

@media only screen and (min-width: 480px) {
    body {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    body {
        font-size: 12pt;
        max-width: 100%;
    }

    a, a:visited {
        text-decoration: underline;
    }

    hr {
        height: 1px;
        border: 0;
        border-bottom: 1px solid black;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        padding-right: 1em;
        page-break-inside: avoid;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page :left {
        margin: 15mm 20mm 15mm 10mm;
    }

    @page :right {
        margin: 15mm 10mm 15mm 20mm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

.with-tests,
.with-tests.dl,
.with-tests.ul,
.with-tests.ol {
    border: 3px solid rgb(228, 228, 228);
    border-radius: 7px;
    padding: 10px 30px;
    box-sizing: border-box;
    width: calc(100% + 26px);
    margin-left: -33px;
    margin-top: 20px;
}

.TODO .with-tests {
    border: 3px solid red;
}

div.TODO {
    background: #ffa4a4;
    border-radius: 7px;
    padding: 1px 10px;
    margin-bottom: 5px;
}

span.TODO {
    background-color: #ff9686;
}

span.TODO-marker {
    color: red;
}

.with-tests .sentence {
    padding: 2px 5px;
    position: relative;
    background: rgb(218, 218, 218);
    border-left: 3px solid rgba(117, 117, 117, 0.5);
    border-right: 3px solid rgba(117, 117, 117, 0.5);
    margin-right: 5px;
    border-radius: 5px;
}

.with-tests .sentence.covered {
    background: rgb(213, 236, 206);
    border-left: 3px solid rgba(2, 130, 0, 0.5);
    border-right: 3px solid rgba(2, 130, 0, 0.5);
    cursor: pointer;
}

.with-tests .unexpected-behaviour-marker {
    color: red;
    position: absolute;
    left: -30px;
    width: 16px;
    height: 16px;
    background: red;
    border-radius: 8px;
    margin-top: 5px;
}

.with-tests .sentence.unexpected-behaviour .number-info:before {
    content: "!!! ";
    color: red;
}

.with-tests .sentence .coverage-info {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -175px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}

.with-tests .sentence .coverage-info::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.with-tests .sentence:hover .coverage-info {
    visibility: visible;
    opacity: 1;
}

.with-tests .sentence > .number-info {
    font-weight: bold;
    border-right: 3px solid rgba(117, 117, 117, 0.5);
    padding: 0 6px 0 3px;
    margin-right: 5px;
    line-height: 18px;
    display: inline-block;
    cursor: pointer;
}

.with-tests .sentence.covered > .number-info {
    border-right: 3px solid rgba(2, 130, 0, 0.5);
}

.test-links {
    text-transform: uppercase;
    right: 5px;
    top: -22px;
    font-size: 13px;
    position: absolute;
}

.test-links a {
    margin-left: 5px;
}

.paragraph-link {
    position: absolute;
    margin-top: -27px;
    margin-left: -27px;
    background: #fff;
    padding: 0 10px;
    border-radius: 20px;
    border: 1px solid #969696;
    cursor: pointer;
}

.set-branch {
    float: right;
    font-weight: normal;
    font-size: 16px;
    margin-right: 10px;
}

.set-branch img {
    outline: none;
    width: 16px;
    height: 16px;
}

.load-tests, .loaded-tests {
    float: right;
    font-weight: normal;
    font-size: 16px;
    margin-right: 10px;
}

.load-tests img, .loaded-tests img {
    outline: none;
    width: 20px;
    height: 20px;
}

.loaded-tests {
    cursor: default;
}

.box_shadow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.box {
    position: fixed;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    opacity: 0.0;
    z-index: 2;
}

.box .title {
    background: #5fc5b6;
    padding: 5px 10px;
    background: -moz-linear-gradient(#5fc5b6, #29b29d);
    background: -webkit-linear-gradient(#5fc5b6, #29b29d);
    background: -o-linear-gradient(#5fc5b6, #29b29d);
    background: -ms-linear-gradient(#5fc5b6, #29b29d);
    background: linear-gradient(#5fc5b6, #29b29d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fc5b6', endColorstr='#29b29d');
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #5daa92;
}

.box .title .text {
    font-family: 'ClearSansBold';
    color: white;
    height: 18px;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 5px;
}

.box .title .close {
    display: block;
    float: right;
    width: 11px;
    margin-top: 4px;
    height: 11px;
    background: url("../images/close.png") no-repeat #b9b9b9;
    background: -webkit-linear-gradient(transparent, transparent), url("../images/close.svg") no-repeat;
    background: -moz-linear-gradient(transparent, transparent), url("../images/close.svg") no-repeat;
    background: -o-linear-gradient(transparent, transparent), url("../images/close.svg") no-repeat;
    background: -ms-linear-gradient(transparent, transparent), url("../images/close.svg") no-repeat;
    background: linear-gradient(transparent, transparent), url("../images/close.svg") no-repeat;
    opacity: 0.4;
    transition: opacity .5s ease;
}

.box .title .close:hover {
    opacity: 1.0;
}

.box .body {
    background: #f6f5f2;
    padding: 10px;
    border-bottom-left-radius: 3px;
    color: #3e3e3e;
    border-bottom-right-radius: 3px;
    width: inherit;
    box-sizing: border-box;
    overflow-y: auto;
    line-height: 16px;
}

.box .body .loading {
    margin: 20px auto;
    width: 35px;
    height: 35px;
}

.box form.main .item {
    width: 600px;
}

.box form.main .item .name {
    width: 200px;
}

.box form.main .item .value {
    width: 400px;
}

.box form.main .item .value textarea {
    max-width: 384px;
}

.test-coverage-view select[name="test-type"], .test-coverage-view select[name="test-number"] {
    display: none;
}

.test-coverage-view select[name="test-area"], .test-coverage-view select[name="test-type"] {
    width: 150px;
}

.test-coverage-view select[name="test-number"] {
    display: none;
    width: 250px;
}

.prev-testcase.disabled, .next-testcase.disabled {
    color: gray;
    cursor: default;
}

.alert {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 200px !important;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    z-index: 5;
}

.alert .title {
    background: #5fc5b6;
    padding: 5px 10px;
    background: -moz-linear-gradient(#5fc5b6, #29b29d);
    background: -webkit-linear-gradient(#5fc5b6, #29b29d);
    background: -o-linear-gradient(#5fc5b6, #29b29d);
    background: -ms-linear-gradient(#5fc5b6, #29b29d);
    background: linear-gradient(#5fc5b6, #29b29d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5fc5b6', endColorstr='#29b29d');
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 1px solid #5daa92;
}

.alert .title .text {
    color: white;
    height: 18px;
    line-height: 18px;
}

.alert .title .close {
    display: block;
    float: right;
    width: 11px;
    margin-top: 4px;
    height: 11px;
    background: url("../images/close.png") no-repeat #b9b9b9;
    background: -webkit-linear-gradient(transparent, transparent), url("../images/close.svg") no-repeat;
    background: -moz-linear-gradient(transparent, transparent), url("../images/close.svg") no-repeat;
    background: -o-linear-gradient(transparent, transparent), url("../images/close.svg") no-repeat;
    background: -ms-linear-gradient(transparent, transparent), url("../images/close.svg") no-repeat;
    background: linear-gradient(transparent, transparent), url("../images/close.svg") no-repeat;
    opacity: 0.4;
    transition: opacity .5s ease;
}

.alert .title .close:hover {
    opacity: 1.0;
}

.alert .body {
    background: #f6f5f2;
    padding: 10px;
    border-bottom-left-radius: 3px;
    color: #3e3e3e;
    border-bottom-right-radius: 3px;
    display: table-cell;
    vertical-align: middle;
    width: inherit;
    height: 65px;
    font-size: 13px;
    line-height: 16px;
}

.sentence.highlighted {
    background: yellow;
    border-radius: 5px;
}

.paragraph.highlighted, dl.highlighted, ol.highlighted, ul.highlighted {
    border: 3px solid yellow !important;
    border-radius: 7px;
    padding: 10px 30px;
    box-sizing: border-box;
    width: calc(100% + 26px);
    margin-left: -33px;
    margin-top: 20px;
}

.sentence-link {
    border-right: 3px solid rgba(117, 117, 117, 0.5);
    padding-right: 5px;
    margin-right: 3px;
    cursor: pointer;
}

.sentence-link img {
    width: 12px;
    height: 12px;
}

.link-sentence-description-link-type {
    width: 200px;
    display: inline-block;
}

.sentence-links-popup input[type="text"] {
    width: 360px;
    padding: 5px;
}

.sentence-links-popup .sentence-links-row {
    margin-bottom: 10px;
}

.sentence-finder-bar {
    display: inline-block;
}

.header-bar {
    display: block;
    position: absolute;
    height: 61px;
    background: #333333;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid #a0a0a0;
    text-align: left;
    z-index: 3;
    vertical-align: middle;
    line-height: 61px;
}

.with-toggled-toc .header-bar {
    position: fixed;
}

.with-toggled-toc .toc-bar {
    margin-top: 0 !important;
}

@media (max-width: 500px) {
    .with-toggled-toc, .with-toggled-toc body {
        overflow: hidden;
    }

    .with-toggled-toc-if-needed, .with-toggled-toc-if-needed body {
        overflow: visible !important;
    }

    .with-toggled-toc-if-needed .header-bar {
        position: absolute !important;
    }

    .with-toggled-toc-if-needed .toc-bar {
        margin-top: auto;
    }

    .with-toggled-toc-if-needed .toc-bar {
        display: none;
    }
}

.main-page {
    background: url("https://kotlinlang.org/assets/images/favicon.ico") center left no-repeat;
    background-size: 25px;
    padding-left: 28px;
    margin-left: 20px;
    font-size: 28px;
    font-family: sans-serif;
    font-weight: bold;
}
.sentence-finder-bar {
    position: absolute;
    padding-left: 50px;
    margin-left: 20px;
}


.main-page:focus {
    outline: none;
}

.download-full-pdf:focus {
    outline: none;
}


.header-bar a,
.header-bar a:visited,
.header-bar a:hover,
.header-bar a:active,
.header-bar a:focus,
.header-bar a::selection,
.header-bar a:focus-within {
    color: white;
}

.header-bar .download-full-pdf:hover {
    opacity: 1;
}

.header-bar .download-full-pdf {
    float: right;
    margin-right: 30px;
    color: white;
    font-family: sans-serif;
    opacity: 0.7;
    font-weight: lighter;
}

.spec-location-search input[type="text"] {
    padding: 5px;
    width: 400px;
}

.spec-location-search button {
    padding: 5px 10px;
    margin-left: 10px;
}

.show-markup-link, .hide-markup-link {
    margin-left: 10px;
}

.spec-location-format {
    font-size: 11px;
    position: absolute;
    top: 22px;
    color: white;
}

h2, h3, h4, h5 {
    cursor: pointer;
}

.disable-dev-mode,
.show-markup-link,
.hide-markup-link {
    opacity: 0.7;
    display: block;
}

.header-bar a:hover{
    opacity: 1;
}

.sentence-finder-settings{
    display: inline-block;
    position:absolute;
    line-height: 1.7;
    width: fit-content;
    padding-left: 10px;
    top: 12px;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 12px;
}

#toc-element-kotlincore{
    pointer-events: none;
    cursor: default;
}