 .tribe-common-h3.tribe-common-h--alt.tribe-events-c-top-bar__datepicker-button {
    padding: 2px 8px;
}

.tribe-common .tribe-common-b3 {
    text-align: center;
}

.tribe-common .tribe-common-c-svgicon {
    margin-right: 10px;
} 

.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    background: #188CA9;
    color: white;
}

.tribe-events .tribe-events-c-view-selector__content {
    background: #188CA9;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
    border: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-common-c-btn.tribe-events-c-search__button {
    margin-left: 10px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__content {
    margin-left: 10px;
}

:root {
    --tec-color-text-primary: white;
    --tec-color-accent-primary: white;
    --tec-color-icon-active: #1AE5CB;
    --tec-color-background: #188CA9;
    }

    .tribe-common-c-svgicon.tribe-common-c-svgicon--cal-export.tribe-events-c-subscribe-dropdown__export-icon {
        width: 20px;
        fill: white;
    }

    .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
        background: #188CA9;
        color: white;
    }

    .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:active, .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover, .tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:focus {
        background: #1AE5CB;
        color: #002633;
    }

.tribe-events-c-subscribe-dropdown__content {
    background-color: #188CA9;
    color: white;
}

.tribe-common-c-btn-border-small.tribe-events-c-top-bar__today-button.tribe-common-a11y-hidden {
    border: none;
    color: white;
}

.datepicker table tr td span.active {
    background-image: linear-gradient(#002633,#002633);
}