.tribe-events-calendar-month__day-date {
    background-color: #b2b2b2;
    width: 100%;
}

.tribe-events-calendar-month__day--other-month {
background-color: white;
}

.tribe-events-calendar-month__day-date-daynum{
font-size: 12px;    }

.tribe-events-calendar-month__header-column {
    background-color: #666;
    align-items: center !important;
    padding-bottom: 16px !important; 
    padding-top: 16px !important; 

}

[class*="tribe-events-calendar-month__header-column-title"] {
    color: white;
    text-align: center;
}

h3.tribe-events-calendar-month__day-date {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.tribe-events-calendar-month__day--current h3.tribe-events-calendar-month__day-date {
    background-color: #21759b;
    color: white !important;
}

.tribe-events-calendar-month__day--past h3.tribe-events-calendar-month__day-date {
    background-color: white;
}

.tribe-events [class*="tribe-events-calendar-month__day"] h3 time.tribe-events-calendar-month__day-date-daynum {
    color: white;
}
.tribe-events [class*="tribe-events-calendar-month__day"] h3 time.tribe-events-calendar-month__day-date-daynum a {
    color: white;
}

.tribe-events .tribe-events-calendar-month__day--past h3 time.tribe-events-calendar-month__day-date-daynum {
color:     #141827;
}
.tribe-events .tribe-events-calendar-month__day--past h3 time.tribe-events-calendar-month__day-date-daynum a {
color:     #141827;
}


.tribe-events article a, article .tribe-events-calendar-month__calendar-event-datetime {
    color: #525ddc !important;
} 


.tribe-events .tribe-events-calendar-month__day {
    border-radius: 0px;
    border: 1px solid #d2d2d2;
    border-top: 0;
}

.tribe-events-c-search__button {       
        background: #666 !important;

}