.widget-aoclubs-upcoming-events ul {
    list-style: none;
    padding-left: 0;
    border: 1px solid #eee;
}

.widget-aoclubs-upcoming-events li {
    padding: 0;
    clear: both;
}

.widget-aoclubs-upcoming-events li a {
    display: flex;
    justify-items: center;
    align-items: center;
}

.widget-aoclubs-upcoming-events li:nth-child(even) {
    background: white;
}

.widget-aoclubs-upcoming-events li:nth-child(odd) {
    background: #f3f3f3;
}

.widget-aoclubs-upcoming-events a {
    color: #bc360a;
}

.widget-aoclubs-upcoming-events .event-date {
    display: inline-block;
    padding: 8px 13px;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    border-right: 1px solid #ddd;
    width: 60px !important;
    max-width: 60px !important;
    text-decoration: none;
}

.widget-aoclubs-upcoming-events .event-date .event-day, .widget-aoclubs-upcoming-events .event-date .event-month {
    display: block;
    width: 100%;
    text-decoration: none;
}

.widget-aoclubs-upcoming-events li:nth-child(even) .event-date {
    color: #29ABE2;
}

.widget-aoclubs-upcoming-events li:nth-child(odd) .event-date {
    color: #f7931e;
}

.widget-aoclubs-upcoming-events .event-title {
    margin-left: 15px;
    font-weight: bold;
    font-family: 'Changa';
    line-height: 1.5;
    font-size: 18px !important;
    color: black;
    text-decoration: none;
}

.widget-aoclubs-upcoming-events .event-link {
    font-size: 70%;
    color: #ccc;
    text-decoration: none;
    font-weight: 100;
}

.widget-aoclubs-upcoming-events .no-event {
    padding-left: 10px;
}

/* Category checklist */
.aoclubs_events_categories {
    height: 125px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #dfdfdf;
    padding: 10px;
    margin-top: 5px;
}

.select-categories-title {
    margin: 0px;
}

.all-categories-list {
    margin: 8px 0px;
}

.category-parent {
    margin: 6px;
}

.category-children {
    list-style: none;
    margin: 6px 10px;
}

.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-event-tooltip {
}
.fc-event-tooltip h4 {
    font-size: 16px;
    color: white !important;
    text-decoration: underline;
    margin: 18px 0;
}
.fc-event-tooltip p {
    font-size: 14px;
    font-weight: 300;
    padding: 0 5px;
}

.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;
}