/* From css created by latex2html */
.MATH {
    font-family: "Century Schoolbook", serif;
    display: inline-block;
    white-space: nowrap;
}
/* mathematics styles */
DIV.displaymath {
    text-align: center;
    text-align: left;
    margin-left: 2rem;
    margin-top: 1em;
    margin-bottom: 1em;
}
/* document-specific styles come next */
DIV.logo-LaTeX  {   }
SPAN.textit     { font-style: italic  }
SPAN.texttt		{ font-family: monospace  }


/* Styles for the ftl FAQ */
.nav-bar {
    text-align: center;
}
.nav-bar a {
    white-space: nowrap;
}
.nav-bar span {
    white-space: nowrap;
}
.outline ul {
    list-style: none;
    padding-left: 30px;
    margin: 0;
}
.outline li {
    margin: 2px 0;
}

.figure-block {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
    justify-content: center;
}
.figure-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    column-gap: 1rem;
    align-items: flex-start;
}

@media (max-width: 450pt) {
    .figure-grid {
        grid-auto-flow: row;
    }
}