@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("https://www.google.com/calendar"),
url-prefix("http://www.google.com/calendar")  {

    /*Agenda text*/
    .listv .event-title {
        font-size:12px !important;
        font-weight:normal !important;
    }

    /*Calendar body text*/
    .chip dd {
        font-size:12px !important;
    }

    /*All day calender text*/
    .cadc dt {
        font-size:12px !important;
    }

    /*Month view calendar text*/
    .month_event {
        font-size:12px !important;
    }
}