body {
    font-size: 11px;
}

.md-header {
    background-color: #000 !important;
}

/*.md-tabs {*/
/*    background-color: #2f3e28 !important;*/
/*}*/

.md-typeset {
    font-size: .8rem;
    line-height: 1.9em;
}

.md-post__content.md-typeset blockquote {
    color: inherit;
    border: none;
    padding: inherit;
}

.md-content__inner.md-typeset>h1+blockquote {
    border: none;
    font-style: italic;
    color: inherit;
    padding: .2em 1em;
    background-color: #ffffff11;
    font-size: 1.1em;
}

.md-content__inner.md-typeset>h1+blockquote+h2 {
    margin-top: 0;
}

.md-content__inner a {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #999;
}

.md-content__inner img+em
{
    display: block;
    font-size: .8em;
    color: #999;
    font-style: italic;
    line-height: .5em;
}

.md-content__inner img+em:before {
    content: "Fig: ";
}

.md-tabs__link {
    font-size: .8rem;
}

.md-tabs__link--active {
    font-weight: bold;
}

.md-post--excerpt {
    padding-bottom: 2em;
    margin-bottom: 2.6em;
    border-bottom: 1px solid #666;
}

.md-header__button.md-logo :is(img, svg) {
    height: 5rem !important;
}

.md-header__topic:first-child {
    font-size: 2.5em !important;
}

.md-header__title{
    line-height: 2em;
}

.md-header__topic {
    font-size: 1.5em !important;
    display: block;
}

.header-site-description {
    font-size: .4em;
    font-style: italic;
    font-weight: normal;
    color: #666;
}

@media screen and (max-width: 76.2344em) {
    header .md-header__button.md-logo {
        display: block;
        order: 1;
    }

    header .md-header__title {
        font-size: 1.1em;
        order: 2;
    }

    header .header-site-description {
        font-size: .3em;
    }

    header .md-search,
    header .md-header__button.md-icon[for="__search"] {
        order: 4;
    }

    header .md-header__button.md-icon[for="__drawer"] {
        order: 5;
    }

    .md-header__button.md-logo :is(img, svg) {
        height: 2rem !important;
    }

    .md-tabs {
        display: block;
    }

}

.content_header_with_image {
    color: #00000088 !important;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 0 !important;
}

.content_header_with_image img {
    border-radius: .5em;
}

.content_header_with_image span {
    position: absolute;
    top: 30px;
    left: 30px;
    font-weight: bold;
}

.content_header_with_image+blockquote {
    margin-top: -1em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
}

.h_iframe {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.h_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*.md-header__button.md-logo img, .md-header__button.md-logo svg {
	height: 3em;
	width: 3em;
}

.md-nav--integrated > .md-nav__list > .md-nav__item--active .md-nav--secondary {
	margin-bottom: 2em;
	font-style: italic;
	opacity: .6;
}
*/