figcaption p {
    font-size: 0.9rem;
}

.footnotes {
    font-size: 0.8rem;
}

.more-posts-nav {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.chart-block{
        border: 1px solid rgb(63, 81, 181); 
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        border-radius: 0.2rem;
    }

/* In-line lists for footer navigation */

.list-inline {
    list-style: none;
    padding: 0;
}

.list-inline > li {
    display: inline;
}

.list-middot > li:not(:last-child)::after {
    content: "\00b7";
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}

.flex {
    display: flex;
    justify-content: space-between; 
    align-items: baseline;
  }

.flex.row {
    justify-content: center;
}

.flex h4 {
    padding-right: 0.5rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    line-height: 1rem;
    margin-block-start: 0.4em;
    margin-block-end: 0.4em;
}

.flex header {
    padding-right: 2rem;
    padding-left:  2rem;
}

.flex ul {
    margin-block-start: 0.4em;
    margin-block-end: 0.4em;
}

#footer-nav {
    font-size: 0.9rem;
    line-height: 1rem;
}

/* TOC list font size */

#TableOfContents li a, .toc-top li a {
    font-size: 0.9rem;
}

/* Image lightbox */

.lightbox {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
	&:target {
		outline: none;
		display: block;
	}
}

#footer-logos {
    overflow: hidden; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    text-align: center; 
}

#footer-logos img {
    max-height: 50px; 
    max-width: 300px;
    height: auto; 
    width: auto; 
    display: block; 
    filter: opacity(70%);
}
