<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.widget-aoclubs-upcoming-events li {
padding: 5px 0;
clear: both;
}
.widget-aoclubs-upcoming-events a {
color: #bc360a;
}
.widget-aoclubs-upcoming-events .event-date {
display: inline-block;
border: 1px solid #ddd;
border-radius: 3px;
width: 34px;
height: 34px;
background: #f9f9f9;
position: relative;
float: left;
margin: 0 10px 0 0;
/* box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1); */
font-size: 20px;
font-weight: normal;
font-family: FrancoisOne, 'Fjalla One', PTRegular,'Noto Sans',sans-serif;
}
.widget-aoclubs-upcoming-events .event-date .event-day {
position: absolute;
top: -3px;
width: 32px;
text-align: center;
font-size: 90%;
}
.widget-aoclubs-upcoming-events .event-date .event-month {
position: absolute;
bottom: -1px;
width: 32px;
text-align: center;
font-size: 50%;
}
.widget-aoclubs-upcoming-events .event-title {
line-height: 21px;
margin-left: 45px;
display: block;
}
.widget-aoclubs-upcoming-events .no-event {
padding-left: 10px;
}

/**** udpate antoino - events calendar *******/

.fc-more-cell div a{
    color:#fff
}

#calendar {
    max-width: 900px;
    margin: 0 auto;
}

#calendar h2{
    font-size:20px;
}

table{
    margin-bottom:0px !important;
}

.fc-title{
    color:#fff
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    line-height: 1;
}

.fc-prev-button, .fc-next-button {
    padding: 0 .2em !important;
}

.fc-today-button {
    padding: 0 .4em !important;
}
.fc-event-tooltip {
}
.fc-event-tooltip h4 {
    font-size: 14.5px;
    color: white !important;
    text-decoration: underline;
    margin: 10px 0;
}
.fc-event-tooltip p {
    font-size: 12px;
    font-weight: 300;
    padding: 0 5px;
}</pre></body></html>