/* GENERAL CARD STYLE */
.anki-gen .card {
    font-family: "Helvetica LT Std", Helvetica, Arial, Sans;
    font-size: 150%;
    text-align: center;
    color: black;
    background-color: white
    }
/* OCCLUSION CSS START - don't edit this */
.anki-gen #io-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
    }
.anki-gen #io-original {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
    visibility: hidden
    }
.anki-gen #io-wrapper {
    position: relative;
    width: 100%
    }
/* OCCLUSION CSS END */
/* OTHER STYLES */
.anki-gen #io-header {
    font-size: 1.1em;
    margin-bottom: 0.2em
    }
.anki-gen #io-footer {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.8em;
    font-style: italic
    }
.anki-gen #io-extra-wrapper {
    /* the wrapper is needed to center the
      left-aligned blocks below it */
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em
    }
.anki-gen #io-extra {
    text-align: center;
    display: inline-block
    }
.anki-gen .io-extra-entry {
    margin-top: 0.8em;
    font-size: 0.9em;
    text-align: left
    }
.anki-gen .io-field-descr {
    margin-bottom: 0.2em;
    font-weight: bold;
    font-size: 1em
    }
.anki-gen #io-revl-btn {
    font-size: 0.5em
    }
/* ADJUSTMENTS FOR MOBILE DEVICES */
.anki-gen .mobile .card, .anki-gen .mobile #content {
    font-size: 120%;
    margin: 0
    }
.anki-gen .mobile #io-extra-wrapper {
    width: 95%
    }
.anki-gen .mobile #io-revl-btn {
    font-size: 0.8em
    }