
/* ==================================================================
    KATEX
================================================================== */

body { counter-reset: eqnum; }

.katex { font-size: 1em !important; }

.katex-display .katex {
    display: inline-block !important; } /* overwrite katex settings */

.katex-display::after {
    counter-increment: eqnum;
    content: "(" counter(eqnum) ")";
    position: relative;
    float: right;
    padding-right: 5px; }

.katex { font-size: 1em !important; }

/* ==================================================================
    CODE & HIGHLIGHT.JS for meta (shell>, pkg>, ...)
================================================================== */

.hljs-meta, .hljs-metas, .hljs-metap { font-weight: bold; }
.hljs-meta { color: rgb(25, 179, 51); }
.hljs-metas { color: red; }
.hljs-metap { color: rgb(51, 131, 231); }

/* ==================================================================
    Other stuff
================================================================== */

.small-img img {
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
}

.im-50 {text-align: center;}
.im-50 img {
    padding: 0;
    width: 50%;
}

.im-35 {text-align: center;}
.im-35 img {
    padding: 0;
    width: 35%;
}

.small-ctr {
    width: 100%;
    text-align: center;
}
.small-ctr .js-plotly-plot {
    margin: auto;
}

/* ==================================================================
    Tweaks to academic
================================================================== */

.profile {
    text-align:center;
    padding:30px 10px;
    position:relative
}
