/* 
 * upcomingcalendar.css
 * Core standalone CSS for the Upcoming Calendar Widget
 */

.bg-stripes {
    background-size: 8px 8px;
}

#calendar-tooltip {
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.erickson-calendar-container {
    position: relative;
    width: 100%;
}
