.anki-gen .card {
    font-family: Lora, Menlo, baskerville, sans;
    font-size: 13pt;
    text-align: left;
    line-height: 1.6em;
    background: white;
    max-width: min(800px, 90%);
    margin: auto;
    /*color: #D7DEE9;*/
    /*background-color: #333B45;*/
    }
.anki-gen div#back_only {
    margin-top: 1.5em
    }
.anki-gen .cloze, .anki-gen .cloze b, .anki-gen .cloze u, .anki-gen i.cloze {
    color: #090
    }
/* Bold underline, italic and link styles. */
.anki-gen b {
    color: #C695C6 !important
    }
.anki-gen u {
    text-decoration: none;
    color: #5EB3B3
    }
.anki-gen i {
    color: IndianRed
    }
.anki-gen a {
    color: LightGray;
    font-style: normal
    }
/* For mobile. 
.mobile .card { 
    color: #D7DEE9; 
    background-color: #333B45; 
} */
.anki-gen .mobile .tags:hover {
    opacity: 1;
    position: relative
    }
.anki-gen h1, .anki-gen h2, .anki-gen h3, .anki-gen h4, .anki-gen h5 {
    text-align: center;
    margin-top: 1.5em
    }
.anki-gen h1 {
    font-size: 19pt;
    font-weight: normal;
    font-family: san-serif;
    margin-bottom: 1.5em
    }
.anki-gen h2 {
    font-size: 17pt;
    font-weight: normal
    }
.anki-gen h3 {
    font-size: 15pt;
    font-weight: normal
    }
.anki-gen div.argument {
    text-align: left
    }
.anki-gen div.definition {
    padding: 1em 0.5em 1em 0.5em;
    background: #EEE;
    margin: auto
    }
.anki-gen .card.nightMode div.definition {
    background: #444
    }
.anki-gen quote {
    display: inline-block;
    padding-right: 2em;
    padding-left: 2em
    }
.anki-gen quote em {
    color: #C695C6;
    /* or MediumSeaGreen */
    }
.anki-gen em.definition {
    color: orange
    }
.anki-gen a:link {
    /* brighter blue */
    color: #85cfff;
    /* darker blue */
    color: #85b5d4
    }
/* Dynamic cloze highlight block */
.anki-gen div.cloze_background {
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    display: block;
    width: 900px
    }
@font-face {
    font-family: Lora;
    src: url(_Lora-Regular.ttf)
    }
@font-face {
    font-family: Lora;
    src: url(_Lora-Italic.ttf);
    font-style: italic
    }
@font-face {
    font-family: Lora;
    src: url(_Lora-Bold.ttf);
    font-weight: bold
    }
@font-face {
    font-family: Lora;
    src: url(_Lora-BoldItalic.ttf);
    font-style: italic;
    font-weight: bold
    }