body {
    font-family: 'Fira Mono', monospace;
    font-display: swap;
}

a {
    text-decoration: underline;
    color: #00458b;
}

a:hover, a:focus, a:active, .button:hover, div.title:hover, div.title:focus, div.title:active, span.title:hover, span.title:focus, span.title:active {
    background-color: #eee;
    border-radius: 4px;
}

.content {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.section > span, .section > div, .section > p, .section > .indent {
    margin-left: 1em;
}

.callout { 
   font-weight: bold;
}

p { text-align: justify; }

.section > .options {
    margin-left: 1em;
}

.options {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 0.75rem;
}

.option a {
    display: block;
}

.option div.note {
    margin-left: 1rem;
}

span.title {
    display: block;
}

.options.papers .downloads {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    column-gap: 2rem;
}

.options.papers .notes, .options.papers .authors {
    text-align: justify;
}

.options .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.options.papers .description {
    justify-content: start;
    padding-bottom: 0.75rem;
}

.archive {
    display: grid;
    grid-template-columns: 1fr 6fr;
    gap: 0.75rem;
    margin-top: 1rem;
}

.bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar .left, .bar .right { flex: 1; }
.bar .middle { flex: 3; text-align: center; }
.bar .right { text-align: right; }

.footer {
    margin-top: 1rem;
}

a#headshot img {
    float: right;
    border-style: double;
    border-radius: 2rem;
    border-width: 8px;
    color: black;
    width: 200px;
    height: 200px;
}

a#headshot:hover img {
    color: #0FA0CE;
}

#see-also a {
    padding: 0.3rem 0;
    display: inline-block;
}

#see-also img {
    width: 1rem;
    height: 1rem;
}

#pager span {
    background-color: black;
    color: white;
    display: inline-block;
}
