/* @group Elements - RICHTEXT styles - text */

@media all {
    /* text-format */
    strong.base, .richtext strong {
        font-weight: bold;
    }

    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }
    sup {
        top: -0.5em;
    }
    sub {
        bottom: -0.25em;
    }
}
@media print {}



@media screen {

    p.lead, .richtext .lead {
        font-size: 1.333em;
        line-height: 1.2;
    }
    
    
}







/* @end */