/* Print Style Sheet */
@media print {
    body { background: white; color: black; margin: 0; font-size: 75%; }

    .ast-custom-header { display: none !important; }
    #tribe-events-bar { display: none; }
    .tribe-events-ical.tribe-events-button { display: none; }
    .tribe-events-after-html { display: none; }
    .ast-custom-footer { display: none; }

    #tribe-events-content a { line-height: normal; font-size: 75%; }

}