.anki-gen .card {
    font-family: Menlo, baskerville, sans;
    font-size: 12pt;
    text-align: left;
    color: #D7DEE9;
    line-height: 1.6em;
    background-color: #333B45
    }
.anki-gen .cloze, .anki-gen .cloze b, .anki-gen .cloze u, .anki-gen .cloze i {
    /*font-weight: bold;*/
    color: MediumSeaGreen;
    /* !important; */
    }
/* Bold underline, italic and link styles. */
.anki-gen b {
    color: #C695C6 !important
    }
.anki-gen u {
    text-decoration: none;
    color: #5EB3B3
    }
.anki-gen a {
    color: LightGray;
    font-style: normal
    }
/* For mobile. */
.anki-gen .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-bottom: 1em
    }
.anki-gen h1 {
    font-size: 18pt;
    font-weight: normal;
    font-family: san-serif
    }
.anki-gen h2 {
    font-size: 16pt;
    font-weight: normal
    }
.anki-gen h3 {
    font-size: 14pt;
    font-weight: normal
    }
.anki-gen h4 {
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 0.5em
    }
.anki-gen div#example {
    margin-top: 4em
    }
.anki-gen div#back_only {
    margin-top: 2em
    }
.anki-gen hr#source {
    margin-top: 6em
    }