#main img {
    border: 1px solid #777;
    webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.pdfDownload {
    position: absolute;
    top: 50px;
    right: 50px;
}

/*
start - fix broken vue.css rules for zoom.js
*/
body.ready-transition > *:not(.progress) {
    transition: all 0.25s;
}
/*
end - fix broken vue.css rules for zoom.js
*/

img.medium-zoom-image--opened {
    z-index: 60 !important;
}
.markdown-section pre[data-lang] code {
    border: 1px solid silver;
    border-left: 5px solid silver;
    background-color: #e6e6e6;
}

.markdown-section th, .markdown-section thead td, .markdown-section thead td strong {
    color: white;
}

.cover {
    padding-bottom: 150px;
}

.cover-main h1 {
    color: var(--link-color);
}

    .cover-main h1 a, .cover-main h2 a, .cover-main h3 a, .cover-main h4 a, .cover-main h1 a:hover, .cover-main h2 a:hover, .cover-main h3 a:hover, .cover-main h4 a:hover {
        cursor: text !important;
        text-decoration: none !important;
    }

    .cover-main h1, .cover-main h1 span {
        font-size: 1.7em;
    }

.cover-main h2 {
    font-size: 1.4em;
}

.cover-main h3 {
    font-size: 1.3em;
}

.cover-main p img {
    max-width: 650px;
}

.sidebar .feedback {
    order: 1;
    color: var(--link-color);
    margin-bottom: 60px;
}

.path {
    position: relative;
    left: 60px;
    list-style-type: none;
    display: none;
}

#feedbackform {
    margin-bottom: 300px;
}

main .path {
    display: block;
}

.sidebar > h1 {
    min-height: 170px;
}

.NoteHeader {
    border-top: 2px solid var(--link-color);
    font-weight: bold;
    color: var(--link-color);
    margin-bottom: 0px !important;
    padding-left: 10px;
}

.NoteText {
    border-bottom: 2px solid var(--link-color);
    margin-top: 5px !important;
    padding-left: 10px;
}